org.eclipse.emf.cdo.common.protocol
Interface CDOAuthenticator


Deprecated. As of 4.2 use IPasswordCredentialsProvider directly

@Deprecated
public interface CDOAuthenticator

The front-end of the CDO challenge/response authentication.

Since:
2.0

Method Summary
 CDOAuthenticationResult authenticate(byte[] randomToken)
          Deprecated.  
 IPasswordCredentialsProvider getCredentialsProvider()
          Deprecated.  
 String getEncryptionAlgorithmName()
          Deprecated.  
 int getEncryptionIterationCount()
          Deprecated.  
 byte[] getEncryptionSaltBytes()
          Deprecated.  
 void setCredentialsProvider(IPasswordCredentialsProvider credentialsProvider)
          Deprecated.  
 void setEncryptionAlgorithmName(String encryptionAlgorithmName)
          Deprecated.  
 void setEncryptionIterationCount(int encryptionIterationCount)
          Deprecated.  
 void setEncryptionSaltBytes(byte[] encryptionSaltBytes)
          Deprecated.  
 

Method Detail

getEncryptionAlgorithmName

String getEncryptionAlgorithmName()
Deprecated. 

setEncryptionAlgorithmName

void setEncryptionAlgorithmName(String encryptionAlgorithmName)
Deprecated. 

getEncryptionSaltBytes

byte[] getEncryptionSaltBytes()
Deprecated. 

setEncryptionSaltBytes

void setEncryptionSaltBytes(byte[] encryptionSaltBytes)
Deprecated. 

getEncryptionIterationCount

int getEncryptionIterationCount()
Deprecated. 

setEncryptionIterationCount

void setEncryptionIterationCount(int encryptionIterationCount)
Deprecated. 

getCredentialsProvider

IPasswordCredentialsProvider getCredentialsProvider()
Deprecated. 

setCredentialsProvider

void setCredentialsProvider(IPasswordCredentialsProvider credentialsProvider)
Deprecated. 

authenticate

CDOAuthenticationResult authenticate(byte[] randomToken)
Deprecated. 
Since:
4.0


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