Package org.wso2.carbon.event.client
Class AuthenticationClient
- java.lang.Object
-
- org.wso2.carbon.event.client.AuthenticationClient
-
@Deprecated public class AuthenticationClient extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationClient(String serviceUrl)
Deprecated.AuthenticationClient(org.apache.axis2.context.ConfigurationContext configurationContext, String serviceUrl)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
authenticate(String username, String password)
Deprecated.String
getSessionCookie()
Deprecated.static void
main(String[] args)
Deprecated.
-
-
-
Constructor Detail
-
AuthenticationClient
public AuthenticationClient(org.apache.axis2.context.ConfigurationContext configurationContext, String serviceUrl) throws org.apache.axis2.AxisFault
Deprecated.- Throws:
org.apache.axis2.AxisFault
-
AuthenticationClient
public AuthenticationClient(String serviceUrl) throws org.apache.axis2.AxisFault
Deprecated.- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
authenticate
public boolean authenticate(String username, String password) throws org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationExceptionException, RemoteException
Deprecated.- Throws:
org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationExceptionException
RemoteException
-
getSessionCookie
public String getSessionCookie()
Deprecated.
-
-