Class LdapLoginModule

java.lang.Object
org.ldaptive.jaas.AbstractLoginModule
org.ldaptive.jaas.LdapLoginModule
All Implemented Interfaces:
LoginModule

public class LdapLoginModule extends AbstractLoginModule
Provides a JAAS authentication hook for LDAP authentication.
  • Field Details

    • userRoleAttribute

      private String[] userRoleAttribute
      User attribute to add to role data.
    • authenticatorFactory

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

      private Authenticator auth
      Authenticator to use against the LDAP.
    • authRequest

      private AuthenticationRequest authRequest
      Authentication request to use for authentication.
  • Constructor Details

    • LdapLoginModule

      public LdapLoginModule()
  • Method Details