org.eclipse.emf.cdo.spi.common
Class CDOAuthenticationResult

java.lang.Object
  extended by org.eclipse.emf.cdo.spi.common.CDOAuthenticationResult
All Implemented Interfaces:
Serializable

Deprecated. As of 4.2

@Deprecated
public final class CDOAuthenticationResult
  
extends Object
implements Serializable

The result of an authentication operation. Carries a userID and a crypted token.

Since:
4.0
See Also:
Serialized Form

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

CDOAuthenticationResult

public CDOAuthenticationResult(String userID,
                               byte[] cryptedToken)
Deprecated. 

CDOAuthenticationResult

public CDOAuthenticationResult(ExtendedDataInput in)
                        throws IOException
Deprecated. 
Throws:
IOException
Method Detail

write

public void write(ExtendedDataOutput out)
           throws IOException
Deprecated. 
Throws:
IOException

getUserID

public String getUserID()
Deprecated. 

getCryptedToken

public byte[] getCryptedToken()
Deprecated. 


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.