Interface CDOAuthenticator


  • @Deprecated
    public interface CDOAuthenticator
    Deprecated.
    As of 4.2 use IPasswordCredentialsProvider directly
    The front-end of the CDO challenge/response authentication.
    Since:
    2.0
    Author:
    Eike Stepper
    • Method Detail

      • getEncryptionAlgorithmName

        java.lang.String getEncryptionAlgorithmName()
        Deprecated.
      • setEncryptionAlgorithmName

        void setEncryptionAlgorithmName​(java.lang.String encryptionAlgorithmName)
        Deprecated.
      • getEncryptionSaltBytes

        byte[] getEncryptionSaltBytes()
        Deprecated.
      • setEncryptionSaltBytes

        void setEncryptionSaltBytes​(byte[] encryptionSaltBytes)
        Deprecated.
      • getEncryptionIterationCount

        int getEncryptionIterationCount()
        Deprecated.
      • setEncryptionIterationCount

        void setEncryptionIterationCount​(int encryptionIterationCount)
        Deprecated.
      • getCredentialsProvider

        org.eclipse.net4j.util.security.IPasswordCredentialsProvider getCredentialsProvider()
        Deprecated.
      • setCredentialsProvider

        void setCredentialsProvider​(org.eclipse.net4j.util.security.IPasswordCredentialsProvider credentialsProvider)
        Deprecated.