org.wso2.carbon.appfactory.repository.mgt.service
Class RepositoryAuthenticationServiceStub

java.lang.Object
  extended by org.apache.axis2.client.Stub
      extended by org.wso2.carbon.appfactory.repository.mgt.service.RepositoryAuthenticationServiceStub
All Implemented Interfaces:
RepositoryAuthenticationService

public class RepositoryAuthenticationServiceStub
extends org.apache.axis2.client.Stub
implements RepositoryAuthenticationService


Field Summary
protected  org.apache.axis2.description.AxisOperation[] _operations
           
 
Fields inherited from class org.apache.axis2.client.Stub
_service, _serviceClient, modules
 
Constructor Summary
RepositoryAuthenticationServiceStub()
          Default Constructor
RepositoryAuthenticationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
          Default Constructor
RepositoryAuthenticationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
          Constructor that takes in a configContext
RepositoryAuthenticationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
          Constructor that takes in a configContext and useseperate listner
RepositoryAuthenticationServiceStub(String targetEndpoint)
          Constructor taking the target endpoint
 
Method Summary
 boolean hasAccess(String username8, String applicationId9, String repoAction10, String fullRepoName11)
          Auto generated method signature
 void starthasAccess(String username8, String applicationId9, String repoAction10, String fullRepoName11, RepositoryAuthenticationServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_operations

protected org.apache.axis2.description.AxisOperation[] _operations
Constructor Detail

RepositoryAuthenticationServiceStub

public RepositoryAuthenticationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                                           String targetEndpoint)
                                    throws org.apache.axis2.AxisFault
Constructor that takes in a configContext

Throws:
org.apache.axis2.AxisFault

RepositoryAuthenticationServiceStub

public RepositoryAuthenticationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                                           String targetEndpoint,
                                           boolean useSeparateListener)
                                    throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner

Throws:
org.apache.axis2.AxisFault

RepositoryAuthenticationServiceStub

public RepositoryAuthenticationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
                                    throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

RepositoryAuthenticationServiceStub

public RepositoryAuthenticationServiceStub()
                                    throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

RepositoryAuthenticationServiceStub

public RepositoryAuthenticationServiceStub(String targetEndpoint)
                                    throws org.apache.axis2.AxisFault
Constructor taking the target endpoint

Throws:
org.apache.axis2.AxisFault
Method Detail

hasAccess

public boolean hasAccess(String username8,
                         String applicationId9,
                         String repoAction10,
                         String fullRepoName11)
                  throws RemoteException
Auto generated method signature

Specified by:
hasAccess in interface RepositoryAuthenticationService
Parameters:
hasAccess7 -
Throws:
RemoteException
See Also:
RepositoryAuthenticationService.hasAccess(java.lang.String, java.lang.String, java.lang.String, java.lang.String)

starthasAccess

public void starthasAccess(String username8,
                           String applicationId9,
                           String repoAction10,
                           String fullRepoName11,
                           RepositoryAuthenticationServiceCallbackHandler callback)
                    throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
starthasAccess in interface RepositoryAuthenticationService
Parameters:
hasAccess7 -
Throws:
RemoteException
See Also:
RepositoryAuthenticationService.starthasAccess(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.appfactory.repository.mgt.service.RepositoryAuthenticationServiceCallbackHandler)


Copyright © 2015 WSO2 Inc. All rights reserved.