Class LDAPCredentialValidator

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • authenticator

        @Nonnull
        private Authenticator authenticator
        LDAP authenticator.
      • returnAttributes

        @Nullable
        private String[] returnAttributes
        Attributes to return from authentication.
      • passwordLookupStrategy

        @Nullable
        private Function<ProfileRequestContext,​char[]> passwordLookupStrategy
        Optional strategy for obtaining/transforming the password.
    • Constructor Detail

      • LDAPCredentialValidator

        public LDAPCredentialValidator()