public class AuthenticatorClient extends Object
| Constructor and Description |
|---|
AuthenticatorClient(String backendUrl) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axis2.client.Stub |
getAuthenticationAdminStub() |
org.apache.axis2.client.Stub |
getServiceStub() |
String |
login(String userName,
String password,
String host) |
void |
logOut() |
Boolean |
unsuccessfulLogin(String userName,
String password,
String backEndURL) |
public AuthenticatorClient(String backendUrl) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic org.apache.axis2.client.Stub getServiceStub()
public String login(String userName, String password, String host) throws org.wso2.carbon.authenticator.stub.LoginAuthenticationExceptionException, RemoteException
org.wso2.carbon.authenticator.stub.LoginAuthenticationExceptionExceptionRemoteExceptionpublic Boolean unsuccessfulLogin(String userName, String password, String backEndURL) throws org.wso2.carbon.authenticator.stub.LoginAuthenticationExceptionException, RemoteException
org.wso2.carbon.authenticator.stub.LoginAuthenticationExceptionExceptionRemoteExceptionpublic void logOut()
throws org.wso2.carbon.authenticator.stub.LogoutAuthenticationExceptionException,
RemoteException
org.wso2.carbon.authenticator.stub.LogoutAuthenticationExceptionExceptionRemoteExceptionpublic org.apache.axis2.client.Stub getAuthenticationAdminStub()
Copyright © 2015 WSO2. All rights reserved.