Class CDOAuthenticationResult

java.lang.Object
org.eclipse.emf.cdo.spi.common.CDOAuthenticationResult
All Implemented Interfaces:
Serializable

@Deprecated public final class CDOAuthenticationResult extends Object implements Serializable
Deprecated.
As of 4.2
The result of an authentication operation. Carries a userID and a crypted token.
Since:
4.0
Author:
Eike Stepper
See Also:
  • Constructor Details

    • CDOAuthenticationResult

      public CDOAuthenticationResult(String userID, byte[] cryptedToken)
      Deprecated.
    • CDOAuthenticationResult

      public CDOAuthenticationResult(org.eclipse.net4j.util.io.ExtendedDataInput in) throws IOException
      Deprecated.
      Throws:
      IOException
  • Method Details

    • write

      public void write(org.eclipse.net4j.util.io.ExtendedDataOutput out) throws IOException
      Deprecated.
      Throws:
      IOException
    • getUserID

      public String getUserID()
      Deprecated.
    • getCryptedToken

      public byte[] getCryptedToken()
      Deprecated.