Package org.eclipse.emf.cdo.spi.common
Class CDOAuthenticationResult
java.lang.Object
org.eclipse.emf.cdo.spi.common.CDOAuthenticationResult
- All Implemented Interfaces:
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 Summary
ConstructorDescriptionCDOAuthenticationResult
(String userID, byte[] cryptedToken) Deprecated.CDOAuthenticationResult
(org.eclipse.net4j.util.io.ExtendedDataInput in) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Deprecated.Deprecated.void
write
(org.eclipse.net4j.util.io.ExtendedDataOutput out) Deprecated.
-
Constructor Details
-
CDOAuthenticationResult
Deprecated. -
CDOAuthenticationResult
Deprecated.- Throws:
IOException
-
-
Method Details
-
write
Deprecated.- Throws:
IOException
-
getUserID
Deprecated. -
getCryptedToken
public byte[] getCryptedToken()Deprecated.
-