public class AuthenticationAdminServiceStub extends org.apache.axis2.client.Stub implements AuthenticationAdminService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
AuthenticationAdminServiceStub()
Default Constructor
|
AuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
AuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
AuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
AuthenticationAdminServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
String[] |
getSystemPermissionOfUser(String username32)
Auto generated method signature
|
boolean |
login(String username26,
String password27,
String remoteAddress28)
Auto generated method signature
|
boolean |
loginWithDelegation(String username37,
String password38,
String authenticatedUser39,
String remoteAddress40)
Auto generated method signature
|
void |
logout()
Auto generated method signature
|
void |
startgetSystemPermissionOfUser(String username32,
AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlogin(String username26,
String password27,
String remoteAddress28,
AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startloginWithDelegation(String username37,
String password38,
String authenticatedUser39,
String remoteAddress40,
AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public AuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public AuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public AuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public AuthenticationAdminServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public AuthenticationAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public boolean login(String username26, String password27, String remoteAddress28) throws RemoteException, AuthenticationExceptionException
login
in interface AuthenticationAdminService
login25
- AuthenticationExceptionException
- :RemoteException
AuthenticationAdminService.login(java.lang.String, java.lang.String, java.lang.String)
public void startlogin(String username26, String password27, String remoteAddress28, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
startlogin
in interface AuthenticationAdminService
login25
- RemoteException
AuthenticationAdminService.startlogin(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationAdminServiceCallbackHandler)
public String[] getSystemPermissionOfUser(String username32) throws RemoteException, ExceptionException
getSystemPermissionOfUser
in interface AuthenticationAdminService
getSystemPermissionOfUser31
- ExceptionException
- :RemoteException
AuthenticationAdminService.getSystemPermissionOfUser(java.lang.String)
public void startgetSystemPermissionOfUser(String username32, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
startgetSystemPermissionOfUser
in interface AuthenticationAdminService
getSystemPermissionOfUser31
- RemoteException
AuthenticationAdminService.startgetSystemPermissionOfUser(java.lang.String, org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationAdminServiceCallbackHandler)
public void logout() throws RemoteException, AuthenticationExceptionException
logout
in interface AuthenticationAdminService
AuthenticationExceptionException
- :RemoteException
public boolean loginWithDelegation(String username37, String password38, String authenticatedUser39, String remoteAddress40) throws RemoteException, AuthenticationExceptionException
loginWithDelegation
in interface AuthenticationAdminService
loginWithDelegation36
- AuthenticationExceptionException
- :RemoteException
AuthenticationAdminService.loginWithDelegation(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void startloginWithDelegation(String username37, String password38, String authenticatedUser39, String remoteAddress40, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
startloginWithDelegation
in interface AuthenticationAdminService
loginWithDelegation36
- RemoteException
AuthenticationAdminService.startloginWithDelegation(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationAdminServiceCallbackHandler)
Copyright © 2018 WSO2. All rights reserved.