Class LdapDnAuthorizationModule

java.lang.Object
org.ldaptive.jaas.AbstractLoginModule
org.ldaptive.jaas.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 Details

    • 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 Details

    • LdapDnAuthorizationModule

      public LdapDnAuthorizationModule()
  • Method Details