org.wso2.carbon.integration.common.admin.client
Class AuthenticatorClient
java.lang.Object
org.wso2.carbon.integration.common.admin.client.AuthenticatorClient
public class AuthenticatorClient
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticatorClient
public AuthenticatorClient(String backendUrl)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
getServiceStub
public org.apache.axis2.client.Stub getServiceStub()
login
public String login(String userName,
String password,
String host)
throws org.wso2.carbon.authenticator.stub.LoginAuthenticationExceptionException,
RemoteException
- Throws:
org.wso2.carbon.authenticator.stub.LoginAuthenticationExceptionException
RemoteException
unsuccessfulLogin
public Boolean unsuccessfulLogin(String userName,
String password,
String backEndURL)
throws org.wso2.carbon.authenticator.stub.LoginAuthenticationExceptionException,
RemoteException
- Throws:
org.wso2.carbon.authenticator.stub.LoginAuthenticationExceptionException
RemoteException
logOut
public void logOut()
throws org.wso2.carbon.authenticator.stub.LogoutAuthenticationExceptionException,
RemoteException
- Throws:
org.wso2.carbon.authenticator.stub.LogoutAuthenticationExceptionException
RemoteException
getAuthenticationAdminStub
public org.apache.axis2.client.Stub getAuthenticationAdminStub()
Copyright © 2015 WSO2. All rights reserved.