Class LdapMetadataResolver
java.lang.Object
org.elasticsearch.xpack.security.authc.ldap.support.LdapMetadataResolver
-
Constructor Summary
ConstructorsConstructorDescriptionLdapMetadataResolver(org.elasticsearch.xpack.core.security.authc.RealmConfig realmConfig, boolean ignoreReferralErrors) -
Method Summary
Modifier and TypeMethodDescriptionString[]voidresolve(com.unboundid.ldap.sdk.LDAPInterface connection, String userDn, org.elasticsearch.core.TimeValue timeout, org.apache.logging.log4j.Logger logger, Collection<com.unboundid.ldap.sdk.Attribute> attributes, org.elasticsearch.action.ActionListener<Map<String, Object>> listener)
-
Constructor Details
-
LdapMetadataResolver
public LdapMetadataResolver(org.elasticsearch.xpack.core.security.authc.RealmConfig realmConfig, boolean ignoreReferralErrors)
-
-
Method Details
-
attributeNames
-
resolve
public void resolve(com.unboundid.ldap.sdk.LDAPInterface connection, String userDn, org.elasticsearch.core.TimeValue timeout, org.apache.logging.log4j.Logger logger, Collection<com.unboundid.ldap.sdk.Attribute> attributes, org.elasticsearch.action.ActionListener<Map<String, Object>> listener)
-