Class AuthenticationClient

java.lang.Object
org.wso2.carbon.event.client.AuthenticationClient

@Deprecated public class AuthenticationClient extends Object
Deprecated.
  • Constructor Details

    • 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 Details

    • 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.
    • main

      public static void main(String[] args) throws Exception
      Deprecated.
      Throws:
      Exception