Klasse CDOAuthenticationResult

java.lang.Object
org.eclipse.emf.cdo.spi.common.CDOAuthenticationResult
Alle implementierten Schnittstellen:
Serializable

@Deprecated public final class CDOAuthenticationResult extends Object implements Serializable
Veraltet.
As of 4.2
The result of an authentication operation. Carries a userID and a crypted token.
Seit:
4.0
Autor:
Eike Stepper
Siehe auch:
  • Konstruktordetails

    • CDOAuthenticationResult

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

      public CDOAuthenticationResult(org.eclipse.net4j.util.io.ExtendedDataInput in) throws IOException
      Veraltet.
      Löst aus:
      IOException
  • Methodendetails

    • write

      public void write(org.eclipse.net4j.util.io.ExtendedDataOutput out) throws IOException
      Veraltet.
      Löst aus:
      IOException
    • getUserID

      public String getUserID()
      Veraltet.
    • getCryptedToken

      public byte[] getCryptedToken()
      Veraltet.