@Deprecated
public final class CDOAuthenticationResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CDOAuthenticationResult(ExtendedDataInput in)
Deprecated.
|
CDOAuthenticationResult(java.lang.String userID,
byte[] cryptedToken)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getCryptedToken()
Deprecated.
|
java.lang.String |
getUserID()
Deprecated.
|
void |
write(ExtendedDataOutput out)
Deprecated.
|
public CDOAuthenticationResult(java.lang.String userID, byte[] cryptedToken)
public CDOAuthenticationResult(ExtendedDataInput in) throws java.io.IOException
java.io.IOException
public void write(ExtendedDataOutput out) throws java.io.IOException
java.io.IOException
public java.lang.String getUserID()
public byte[] getCryptedToken()
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html