Class LdapDnAuthorizationModule

  • All Implemented Interfaces:
    LoginModule

    public class LdapDnAuthorizationModule
    extends AbstractLoginModule
    Provides a JAAS authentication hook into LDAP DNs. No authentication is performed by this module. The LDAP entry DN can be stored and shared with other JAAS modules.
    • Field Detail

      • noResultsIsError

        private boolean noResultsIsError
        Whether failing to find a DN should raise an exception.
      • authenticatorFactory

        private AuthenticatorFactory authenticatorFactory
        Factory for creating authenticators with JAAS options.
      • auth

        private Authenticator auth
        Authenticator to use against the LDAP.
    • Constructor Detail

      • LdapDnAuthorizationModule

        public LdapDnAuthorizationModule()