Class AuthenticationInfo


  • public class AuthenticationInfo
    extends java.lang.Object
    Input data for authenticators; it wraps ConnectionInfo
    • Field Detail

      • password

        private java.lang.String password
      • realm

        private java.lang.String realm
      • nestedIdentity

        java.lang.Object nestedIdentity
        Can be used by authenticator to hold information.
    • Constructor Detail

      • AuthenticationInfo

        public AuthenticationInfo​(ConnectionInfo connectionInfo)
    • Method Detail

      • getUserName

        public java.lang.String getUserName()
      • getRealm

        public java.lang.String getRealm()
      • getPassword

        public java.lang.String getPassword()
      • getFullyQualifiedName

        public java.lang.String getFullyQualifiedName()
      • getNestedIdentity

        public java.lang.Object getNestedIdentity()
        Gets nested identity object that can be used by authenticator to hold information.
        Returns:
        nested identity object.
      • setNestedIdentity

        public void setNestedIdentity​(java.lang.Object nestedIdentity)
        Method used by authenticators to hold information about authenticated user
        Parameters:
        nestedIdentity - = nested identity object
      • clean

        public void clean()
        Clean authentication data.