
@Deprecated public final class CDOAuthenticationResult extends Object implements Serializable
| Constructor and Description |
|---|
CDOAuthenticationResult(ExtendedDataInput in)
Deprecated.
|
CDOAuthenticationResult(String userID,
byte[] cryptedToken)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCryptedToken()
Deprecated.
|
String |
getUserID()
Deprecated.
|
void |
write(ExtendedDataOutput out)
Deprecated.
|
public CDOAuthenticationResult(String userID, byte[] cryptedToken)
public CDOAuthenticationResult(ExtendedDataInput in) throws IOException
IOExceptionpublic void write(ExtendedDataOutput out) throws IOException
IOExceptionpublic String getUserID()
public byte[] getCryptedToken()
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.