Package org.eclipse.emf.cdo.spi.common
Class CDOAuthenticationResult
- java.lang.Object
- 
- org.eclipse.emf.cdo.spi.common.CDOAuthenticationResult
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 @Deprecated public final class CDOAuthenticationResult extends java.lang.Object implements java.io.SerializableDeprecated.As of 4.2The result of an authentication operation. Carries a userID and a crypted token.- Since:
- 4.0
- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CDOAuthenticationResult(java.lang.String userID, byte[] cryptedToken)Deprecated.CDOAuthenticationResult(org.eclipse.net4j.util.io.ExtendedDataInput in)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte[]getCryptedToken()Deprecated.java.lang.StringgetUserID()Deprecated.voidwrite(org.eclipse.net4j.util.io.ExtendedDataOutput out)Deprecated.
 
- 
- 
- 
Constructor Detail- 
CDOAuthenticationResultpublic CDOAuthenticationResult(java.lang.String userID, byte[] cryptedToken)Deprecated.
 - 
CDOAuthenticationResultpublic CDOAuthenticationResult(org.eclipse.net4j.util.io.ExtendedDataInput in) throws java.io.IOExceptionDeprecated.- Throws:
- java.io.IOException
 
 
- 
 
-