Interface AuthenticationCredentials


public interface AuthenticationCredentials
Authentication credentials for user agents.
  • Field Details

  • Method Details

    • getRealm

      String getRealm()
    • getLoginPrincipal

      Principal getLoginPrincipal()
    • setLoginPrincipal

      void setLoginPrincipal(Principal loginPrincipal)
    • getPassword

      String getPassword()
    • setPassword

      void setPassword(String password)
    • setAuthType

      void setAuthType(byte authtype)
    • getAuthType

      byte getAuthType()