|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.cdo.spi.common.CDOAuthenticationResult
@Deprecated public final class CDOAuthenticationResult

The result of an authentication operation. Carries a userID and a crypted token.
| Constructor Summary | |
|---|---|
CDOAuthenticationResult(ExtendedDataInput in)
Deprecated. |
|
CDOAuthenticationResult(String userID,
byte[] cryptedToken)
Deprecated. |
|
| Method Summary | |
|---|---|
byte[] |
getCryptedToken()
Deprecated. |
String |
getUserID()
Deprecated. |
void |
write(ExtendedDataOutput out)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CDOAuthenticationResult(String userID,
byte[] cryptedToken)
public CDOAuthenticationResult(ExtendedDataInput in)
throws IOException
IOException| Method Detail |
|---|
public void write(ExtendedDataOutput out)
throws IOException
IOExceptionpublic String getUserID()
public byte[] getCryptedToken()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||