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, setServiceClientEPRpublic AuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic AuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic AuthenticationAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic AuthenticationAdminServiceStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic AuthenticationAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic boolean login(String username26, String password27, String remoteAddress28) throws RemoteException, AuthenticationExceptionException
login in interface AuthenticationAdminServicelogin25 - AuthenticationExceptionException - :RemoteExceptionAuthenticationAdminService.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 AuthenticationAdminServicelogin25 - RemoteExceptionAuthenticationAdminService.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 AuthenticationAdminServicegetSystemPermissionOfUser31 - ExceptionException - :RemoteExceptionAuthenticationAdminService.getSystemPermissionOfUser(java.lang.String)public void startgetSystemPermissionOfUser(String username32, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
startgetSystemPermissionOfUser in interface AuthenticationAdminServicegetSystemPermissionOfUser31 - RemoteExceptionAuthenticationAdminService.startgetSystemPermissionOfUser(java.lang.String, org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationAdminServiceCallbackHandler)public void logout()
throws RemoteException,
AuthenticationExceptionException
logout in interface AuthenticationAdminServiceAuthenticationExceptionException - :RemoteExceptionpublic boolean loginWithDelegation(String username37, String password38, String authenticatedUser39, String remoteAddress40) throws RemoteException, AuthenticationExceptionException
loginWithDelegation in interface AuthenticationAdminServiceloginWithDelegation36 - AuthenticationExceptionException - :RemoteExceptionAuthenticationAdminService.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 AuthenticationAdminServiceloginWithDelegation36 - RemoteExceptionAuthenticationAdminService.startloginWithDelegation(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationAdminServiceCallbackHandler)Copyright © 2022 WSO2. All rights reserved.