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
FieldsModifier and TypeFieldDescriptionprotected org.apache.axis2.description.AxisOperation[]Fields inherited from class org.apache.axis2.client.Stub
_service, _serviceClient, modules -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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
Modifier and TypeMethodDescriptionString[]getSystemPermissionOfUser(String username32) Auto generated method signaturebooleanAuto generated method signaturebooleanloginWithDelegation(String username37, String password38, String authenticatedUser39, String remoteAddress40) Auto generated method signaturevoidlogout()Auto generated method signaturevoidstartgetSystemPermissionOfUser(String username32, AuthenticationAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous Invocationsvoidstartlogin(String username26, String password27, String remoteAddress28, AuthenticationAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartloginWithDelegation(String username37, String password38, String authenticatedUser39, String remoteAddress40, AuthenticationAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsMethods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
Field Details
-
_operations
protected org.apache.axis2.description.AxisOperation[] _operations
-
-
Constructor Details
-
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.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
AuthenticationAdminServiceStub
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Details
-
login
public boolean login(String username26, String password27, String remoteAddress28) throws RemoteException, AuthenticationExceptionException Auto generated method signature- Specified by:
loginin interfaceAuthenticationAdminService- Parameters:
login25-- Throws:
AuthenticationExceptionException- :RemoteException- See Also:
-
startlogin
public void startlogin(String username26, String password27, String remoteAddress28, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startloginin interfaceAuthenticationAdminService- Parameters:
login25-- Throws:
RemoteException- See Also:
-
getSystemPermissionOfUser
public String[] getSystemPermissionOfUser(String username32) throws RemoteException, ExceptionException Auto generated method signature- Specified by:
getSystemPermissionOfUserin interfaceAuthenticationAdminService- Parameters:
getSystemPermissionOfUser31-- Throws:
ExceptionException- :RemoteException- See Also:
-
startgetSystemPermissionOfUser
public void startgetSystemPermissionOfUser(String username32, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSystemPermissionOfUserin interfaceAuthenticationAdminService- Parameters:
getSystemPermissionOfUser31-- Throws:
RemoteException- See Also:
-
logout
Auto generated method signature- Specified by:
logoutin 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:
loginWithDelegationin interfaceAuthenticationAdminService- Parameters:
loginWithDelegation36-- Throws:
AuthenticationExceptionException- :RemoteException- See Also:
-
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:
startloginWithDelegationin interfaceAuthenticationAdminService- Parameters:
loginWithDelegation36-- Throws:
RemoteException- See Also:
-