Interface CDOAuthenticator
- 
 @Deprecated public interface CDOAuthenticatorDeprecated.As of 4.2 useIPasswordCredentialsProviderdirectlyThe front-end of the CDO challenge/response authentication.- Since:
- 2.0
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CDOAuthenticationResultauthenticate(byte[] randomToken)Deprecated.org.eclipse.net4j.util.security.IPasswordCredentialsProvidergetCredentialsProvider()Deprecated.java.lang.StringgetEncryptionAlgorithmName()Deprecated.intgetEncryptionIterationCount()Deprecated.byte[]getEncryptionSaltBytes()Deprecated.voidsetCredentialsProvider(org.eclipse.net4j.util.security.IPasswordCredentialsProvider credentialsProvider)Deprecated.voidsetEncryptionAlgorithmName(java.lang.String encryptionAlgorithmName)Deprecated.voidsetEncryptionIterationCount(int encryptionIterationCount)Deprecated.voidsetEncryptionSaltBytes(byte[] encryptionSaltBytes)Deprecated.
 
- 
- 
- 
Method Detail- 
getEncryptionAlgorithmNamejava.lang.String getEncryptionAlgorithmName() Deprecated.
 - 
setEncryptionAlgorithmNamevoid setEncryptionAlgorithmName(java.lang.String encryptionAlgorithmName) Deprecated.
 - 
getEncryptionSaltBytesbyte[] getEncryptionSaltBytes() Deprecated.
 - 
setEncryptionSaltBytesvoid setEncryptionSaltBytes(byte[] encryptionSaltBytes) Deprecated.
 - 
getEncryptionIterationCountint getEncryptionIterationCount() Deprecated.
 - 
setEncryptionIterationCountvoid setEncryptionIterationCount(int encryptionIterationCount) Deprecated.
 - 
getCredentialsProviderorg.eclipse.net4j.util.security.IPasswordCredentialsProvider getCredentialsProvider() Deprecated.
 - 
setCredentialsProvidervoid setCredentialsProvider(org.eclipse.net4j.util.security.IPasswordCredentialsProvider credentialsProvider) Deprecated.
 - 
authenticateCDOAuthenticationResult authenticate(byte[] randomToken) Deprecated.- Since:
- 4.0
 
 
- 
 
-