org.eclipse.emf.cdo.common.protocol
Interface CDOAuthenticator
- public interface CDOAuthenticator
The front-end of the CDO challenge/response authentication.
- Since:
- 2.0
getEncryptionAlgorithmName
String getEncryptionAlgorithmName()
setEncryptionAlgorithmName
void setEncryptionAlgorithmName(String encryptionAlgorithmName)
getEncryptionSaltBytes
byte[] getEncryptionSaltBytes()
setEncryptionSaltBytes
void setEncryptionSaltBytes(byte[] encryptionSaltBytes)
getEncryptionIterationCount
int getEncryptionIterationCount()
setEncryptionIterationCount
void setEncryptionIterationCount(int encryptionIterationCount)
getCredentialsProvider
IPasswordCredentialsProvider getCredentialsProvider()
setCredentialsProvider
void setCredentialsProvider(IPasswordCredentialsProvider credentialsProvider)
authenticate
CDOAuthenticationResult authenticate(byte[] randomToken)
- Since:
- 4.0
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.