Uses of Class
org.graylog.security.authservice.ldap.LDAPEntry
Packages that use LDAPEntry
-
Uses of LDAPEntry in org.graylog.security.authservice.ldap
Methods in org.graylog.security.authservice.ldap that return LDAPEntryModifier and TypeMethodDescriptionabstract LDAPEntryLDAPEntry.Builder.build()UnboundLDAPConnector.createLDAPEntry(com.unboundid.ldap.sdk.Entry entry, String uniqueIdAttribute) abstract LDAPEntryLDAPUser.entry()Methods in org.graylog.security.authservice.ldap that return types with arguments of type LDAPEntryModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<LDAPEntry>UnboundLDAPConnector.search(com.unboundid.ldap.sdk.LDAPConnection connection, String searchBase, com.unboundid.ldap.sdk.Filter filter, String uniqueIdAttribute, Set<String> attributes) Methods in org.graylog.security.authservice.ldap with parameters of type LDAPEntryModifier and TypeMethodDescriptionUnboundLDAPConnector.createLDAPUser(UnboundLDAPConfig config, LDAPEntry ldapEntry) abstract LDAPUser.Builder