org.wso2.carbon.integration.common.admin.client
Class AuthenticatorClient

java.lang.Object
  extended by org.wso2.carbon.integration.common.admin.client.AuthenticatorClient

public class AuthenticatorClient
extends Object


Constructor Summary
AuthenticatorClient(String backendUrl)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatorClient

public AuthenticatorClient(String backendUrl)
                    throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault
Method Detail

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.