Class AuthenticationAdminServiceStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationAdminServiceStub
-
- All Implemented Interfaces:
AuthenticationAdminService
public class AuthenticationAdminServiceStub extends org.apache.axis2.client.Stub implements AuthenticationAdminService
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description AuthenticationAdminServiceStub()
Default ConstructorAuthenticationAdminServiceStub(String targetEndpoint)
Constructor taking the target endpointAuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorAuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextAuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getSystemPermissionOfUser(String username32)
Auto generated method signatureboolean
login(String username26, String password27, String remoteAddress28)
Auto generated method signatureboolean
loginWithDelegation(String username37, String password38, String authenticatedUser39, String remoteAddress40)
Auto generated method signaturevoid
logout()
Auto generated method signaturevoid
startgetSystemPermissionOfUser(String username32, AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startlogin(String username26, String password27, String remoteAddress28, AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startloginWithDelegation(String username37, String password38, String authenticatedUser39, String remoteAddress40, AuthenticationAdminServiceCallbackHandler 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
-
-
-
-
Constructor Detail
-
AuthenticationAdminServiceStub
public AuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
AuthenticationAdminServiceStub
public AuthenticationAdminServiceStub(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
-
AuthenticationAdminServiceStub
public AuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
AuthenticationAdminServiceStub
public AuthenticationAdminServiceStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
AuthenticationAdminServiceStub
public AuthenticationAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
login
public boolean login(String username26, String password27, String remoteAddress28) throws RemoteException, AuthenticationExceptionException
Auto generated method signature- Specified by:
login
in interfaceAuthenticationAdminService
- Parameters:
login25
-- Throws:
AuthenticationExceptionException
- :RemoteException
- See Also:
AuthenticationAdminService.login(java.lang.String, java.lang.String, java.lang.String)
-
startlogin
public void startlogin(String username26, String password27, String remoteAddress28, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startlogin
in interfaceAuthenticationAdminService
- Parameters:
login25
-- Throws:
RemoteException
- See Also:
AuthenticationAdminService.startlogin(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationAdminServiceCallbackHandler)
-
getSystemPermissionOfUser
public String[] getSystemPermissionOfUser(String username32) throws RemoteException, ExceptionException
Auto generated method signature- Specified by:
getSystemPermissionOfUser
in interfaceAuthenticationAdminService
- Parameters:
getSystemPermissionOfUser31
-- Throws:
ExceptionException
- :RemoteException
- See Also:
AuthenticationAdminService.getSystemPermissionOfUser(java.lang.String)
-
startgetSystemPermissionOfUser
public void startgetSystemPermissionOfUser(String username32, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSystemPermissionOfUser
in interfaceAuthenticationAdminService
- Parameters:
getSystemPermissionOfUser31
-- Throws:
RemoteException
- See Also:
AuthenticationAdminService.startgetSystemPermissionOfUser(java.lang.String, org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationAdminServiceCallbackHandler)
-
logout
public void logout() throws RemoteException, AuthenticationExceptionException
Auto generated method signature- Specified by:
logout
in interfaceAuthenticationAdminService
- Throws:
AuthenticationExceptionException
- :RemoteException
-
loginWithDelegation
public boolean loginWithDelegation(String username37, String password38, String authenticatedUser39, String remoteAddress40) throws RemoteException, AuthenticationExceptionException
Auto generated method signature- Specified by:
loginWithDelegation
in interfaceAuthenticationAdminService
- Parameters:
loginWithDelegation36
-- Throws:
AuthenticationExceptionException
- :RemoteException
- See Also:
AuthenticationAdminService.loginWithDelegation(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
-
startloginWithDelegation
public void startloginWithDelegation(String username37, String password38, String authenticatedUser39, String remoteAddress40, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startloginWithDelegation
in interfaceAuthenticationAdminService
- Parameters:
loginWithDelegation36
-- Throws:
RemoteException
- See Also:
AuthenticationAdminService.startloginWithDelegation(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationAdminServiceCallbackHandler)
-
-