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 username33)
Auto generated method signature
|
boolean |
login(String username27,
String password28,
String remoteAddress29)
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 username33,
AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlogin(String username27,
String password28,
String remoteAddress29,
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 void logout() throws RemoteException, AuthenticationExceptionException
logout
in interface AuthenticationAdminService
AuthenticationExceptionException
- :RemoteException
public boolean login(String username27, String password28, String remoteAddress29) throws RemoteException, AuthenticationExceptionException
login
in interface AuthenticationAdminService
login26
- AuthenticationExceptionException
- :RemoteException
AuthenticationAdminService.login(java.lang.String, java.lang.String, java.lang.String)
public void startlogin(String username27, String password28, String remoteAddress29, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
startlogin
in interface AuthenticationAdminService
login26
- 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 username33) throws RemoteException, ExceptionException
getSystemPermissionOfUser
in interface AuthenticationAdminService
getSystemPermissionOfUser32
- ExceptionException
- :RemoteException
AuthenticationAdminService.getSystemPermissionOfUser(java.lang.String)
public void startgetSystemPermissionOfUser(String username33, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
startgetSystemPermissionOfUser
in interface AuthenticationAdminService
getSystemPermissionOfUser32
- RemoteException
AuthenticationAdminService.startgetSystemPermissionOfUser(java.lang.String, org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationAdminServiceCallbackHandler)
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 © 2017 WSO2. All rights reserved.