Package alpine.auth

Class LdapAuthenticationService

    • Constructor Detail

      • LdapAuthenticationService

        public LdapAuthenticationService​(String username,
                                         String password)
        Authentication service validates credentials against a directory service (LDAP).
        Parameters:
        username - the asserted username
        password - the asserted password
        Since:
        1.0.0
    • Method Detail

      • isSpecified

        public boolean isSpecified()
        Returns whether the username/password combo was specified or not. In this case, since the constructor requires it, this method will always return true.
        Specified by:
        isSpecified in interface AuthenticationService
        Returns:
        always will return true
        Since:
        1.0.0