Uses of Class
org.ldaptive.LdapEntry
Packages that use LdapEntry
Package
Description
-
Uses of LdapEntry in org.ldaptive
Fields in org.ldaptive with type parameters of type LdapEntryMethods in org.ldaptive that return LdapEntryModifier and TypeMethodDescriptionSearchResponse.getEntry()
Returns a single entry of this result.Returns the ldap in this result with the supplied DN.static LdapEntry
Returns a new entry whose attributes are sorted naturally by name without options.Methods in org.ldaptive that return types with arguments of type LdapEntryModifier and TypeMethodDescriptionSearchResponse.getEntries()
Returns a collection of ldap entry.Methods in org.ldaptive with parameters of type LdapEntryModifier and TypeMethodDescriptionvoid
SearchResponse.addEntries
(LdapEntry... entry) Adds an entry to this search result.static AttributeModification[]
LdapEntry.computeModifications
(LdapEntry source, LdapEntry target) Returns the list of attribute modifications needed to change the supplied target entry into the supplied source entry.void
SearchRequest.configureBinaryAttributes
(LdapEntry entry) InvokesLdapAttribute.configureBinary(String...)
for each attribute in the supplied entry usingSearchRequest.binaryAttributes
.static LdapEntry
Returns a new entry whose attributes are sorted naturally by name without options.Method parameters in org.ldaptive with type arguments of type LdapEntryModifier and TypeMethodDescriptionvoid
SearchResponse.addEntries
(Collection<LdapEntry> entries) Adds entry(s) to this search result.Constructors in org.ldaptive with parameters of type LdapEntryModifierConstructorDescription(package private)
AttributesHandler
(LdapEntry response) Creates a new attributes handler.(package private)
LdapDnHandler
(LdapEntry response) Creates a new ldap dn handler. -
Uses of LdapEntry in org.ldaptive.ad.control.util
Fields in org.ldaptive.ad.control.util declared as LdapEntryModifier and TypeFieldDescriptionprivate final LdapEntry
NotificationClient.NotificationItem.searchEntry
Entry contained in this notification item.Methods in org.ldaptive.ad.control.util that return LdapEntryModifier and TypeMethodDescriptionNotificationClient.NotificationItem.getEntry()
Returns the search entry contained in this item or null if this item does not contain a search entry.Constructors in org.ldaptive.ad.control.util with parameters of type LdapEntry -
Uses of LdapEntry in org.ldaptive.ad.handler
Methods in org.ldaptive.ad.handler that return LdapEntryModifier and TypeMethodDescriptionMethods in org.ldaptive.ad.handler with parameters of type LdapEntryModifier and TypeMethodDescriptionprotected void
AbstractBinaryAttributeHandler.handleAttributes
(LdapEntry entry) protected void
PrimaryGroupIdHandler.handleAttributes
(LdapEntry entry) protected void
RangeEntryHandler.handleAttributes
(LdapEntry entry) -
Uses of LdapEntry in org.ldaptive.ad.schema
Methods in org.ldaptive.ad.schema with parameters of type LdapEntryModifier and TypeMethodDescriptionprotected static AttributeType
SchemaFactory.createAttributeType
(LdapEntry entry) Creates an attribute type from the supplied ldap entry.protected static ObjectClass
SchemaFactory.createObjectClass
(LdapEntry entry) Creates an object class from the supplied ldap entry.private static String
SchemaFactory.getAttributeValue
(LdapEntry entry, String... names) Returns a single value for the first attribute name found in the supplied entry.private static String[]
SchemaFactory.getAttributeValues
(LdapEntry entry, String... names) Returns the values for the first attribute name found in the supplied entry. -
Uses of LdapEntry in org.ldaptive.auth
Fields in org.ldaptive.auth declared as LdapEntryModifier and TypeFieldDescriptionprivate LdapEntry
AuthenticationResponse.ldapEntry
Ldap entry of authenticated user.Methods in org.ldaptive.auth that return LdapEntryModifier and TypeMethodDescriptionAuthenticationResponse.getLdapEntry()
Returns the ldap entry of the authenticated user.AbstractSearchEntryResolver.resolve
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) AggregateEntryResolver.resolve
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) EntryResolver.resolve
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) Attempts to find the LDAP entry for the supplied authentication criteria and authentication handler response.NoOpEntryResolver.resolve
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) protected LdapEntry
Authenticator.resolveEntry
(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) Attempts to find the ldap entry for the supplied DN.Methods in org.ldaptive.auth with parameters of type LdapEntryModifier and TypeMethodDescriptionprotected String
SearchDnResolver.performResolveFromAttribute
(LdapEntry entry) Resolve DN from attribute in the resolveFromAttribute property.protected String
Returns the DN for the supplied ldap entry.Constructors in org.ldaptive.auth with parameters of type LdapEntryModifierConstructorDescriptionAuthenticationResponse
(AuthenticationHandlerResponse response, String dn, LdapEntry entry) Creates a new authentication response. -
Uses of LdapEntry in org.ldaptive.beans
Methods in org.ldaptive.beans that return LdapEntryModifier and TypeMethodDescriptionInjects data from the supplied source object into a new instance of ldap entry.Methods in org.ldaptive.beans with parameters of type LdapEntryModifier and TypeMethodDescriptionvoid
void
void
Injects data from the supplied ldap entry into the supplied destination object.void
Injects data from the supplied source object into the supplied ldap entry. -
Uses of LdapEntry in org.ldaptive.control.util
Fields in org.ldaptive.control.util with type parameters of type LdapEntryModifier and TypeFieldDescriptionPersistentSearchClient.onEntry
Invoked when an entry is received.SyncReplClient.onEntry
Invoked when an entry is received.SyncReplRunner.onEntry
Invoked when an entry is received.Method parameters in org.ldaptive.control.util with type arguments of type LdapEntryModifier and TypeMethodDescriptionvoid
PersistentSearchClient.setOnEntry
(Consumer<LdapEntry> consumer) Sets the onEntry consumer.void
SyncReplClient.setOnEntry
(Consumer<LdapEntry> consumer) Sets the onEntry consumer.void
SyncReplRunner.setOnEntry
(Consumer<LdapEntry> consumer) Sets the onEntry consumer. -
Uses of LdapEntry in org.ldaptive.ext
Fields in org.ldaptive.ext declared as LdapEntryMethods in org.ldaptive.ext that return LdapEntryMethods in org.ldaptive.ext with parameters of type LdapEntryModifier and TypeMethodDescriptionprotected Result
MergeOperation.add
(Connection conn, MergeRequest request, LdapEntry entry) Executes anAddOperation
for the supplied entry.protected Result
MergeOperation.delete
(Connection conn, MergeRequest request, LdapEntry entry) Executes aDeleteOperation
for the supplied entry.protected Result
MergeOperation.modify
(Connection conn, MergeRequest request, LdapEntry source, LdapEntry target) Retrieves the attribute modifications fromcomputeModifications(LdapEntry, LdapEntry)
and executes aModifyOperation
with those results.void
Sets the ldap entry to merge into the LDAP.Constructors in org.ldaptive.ext with parameters of type LdapEntryModifierConstructorDescriptionMergeRequest
(LdapEntry entry) Creates a new merge request.MergeRequest
(LdapEntry entry, boolean delete) Creates a new merge request. -
Uses of LdapEntry in org.ldaptive.handler
Methods in org.ldaptive.handler that return LdapEntryModifier and TypeMethodDescriptionMethods in org.ldaptive.handler with parameters of type LdapEntryModifier and TypeMethodDescriptionprotected void
AbstractEntryHandler.handleAttributes
(LdapEntry entry) Handle the attributes of a search entry.protected void
CaseChangeEntryHandler.handleAttributes
(LdapEntry entry) protected void
DnAttributeEntryHandler.handleAttributes
(LdapEntry entry) protected void
MergeAttributeEntryHandler.handleAttributes
(LdapEntry entry) protected String
Handle the dn of a search entry.protected String
void
AbstractEntryHandler.handleEntry
(LdapEntry entry) Handle the entry.void
RecursiveResultHandler.handleEntry
(LdapEntry entry) private void
RecursiveResultHandler.readSearchAttribute
(LdapEntry entry, List<String> searchedDns) Reads the values ofRecursiveResultHandler.searchAttribute
from the supplied attributes and callsRecursiveResultHandler.recursiveSearch(java.lang.String, org.ldaptive.LdapEntry, java.util.List<java.lang.String>)
for each.private void
RecursiveResultHandler.recursiveSearch
(String dn, LdapEntry entry, List<String> searchedDns) Recursively gets the attribute(s)RecursiveResultHandler.mergeAttributes
for the supplied dn and adds the values to the supplied attributes. -
Uses of LdapEntry in org.ldaptive.io
Methods in org.ldaptive.io that return LdapEntryModifier and TypeMethodDescriptionprivate LdapEntry
LdifReader.parseEntry
(List<String> section) Parses the supplied array of LDIF lines and returns an LDAP entry.Methods in org.ldaptive.io with parameters of type LdapEntryModifier and TypeMethodDescriptionprotected String
LdifWriter.createLdifEntry
(LdapEntry entry) Creates an LDIF using the supplied ldap entry. -
Uses of LdapEntry in org.ldaptive.jaas
Fields in org.ldaptive.jaas declared as LdapEntryModifier and TypeFieldDescriptionprivate final LdapEntry
LdapDnPrincipal.ldapEntry
User ldap entry.private final LdapEntry
LdapPrincipal.ldapEntry
User ldap entry.Methods in org.ldaptive.jaas that return LdapEntryModifier and TypeMethodDescriptionLdapDnPrincipal.getLdapEntry()
Returns the ldap entry for this ldap principal.LdapPrincipal.getLdapEntry()
Returns the ldap entry for this ldap principal.Methods in org.ldaptive.jaas with parameters of type LdapEntryModifier and TypeMethodDescriptionIterates over the supplied entry and returns all attributes as a set of ldap roles.Constructors in org.ldaptive.jaas with parameters of type LdapEntryModifierConstructorDescriptionLdapDnPrincipal
(String name, LdapEntry entry) Creates a new ldap principal with the supplied name.LdapPrincipal
(String name, LdapEntry entry) Creates a new ldap principal with the supplied name. -
Uses of LdapEntry in org.ldaptive.schema
Methods in org.ldaptive.schema that return LdapEntryModifier and TypeMethodDescriptionprotected static LdapEntry
SchemaFactory.getLdapEntry
(ConnectionFactory factory, String dn, String filter, String... retAttrs) Searches for the supplied dn and returns its ldap entry.Methods in org.ldaptive.schema with parameters of type LdapEntryModifier and TypeMethodDescriptionstatic Schema
SchemaFactory.createSchema
(LdapEntry schemaEntry) Creates a new schema. -
Uses of LdapEntry in org.ldaptive.transport
Methods in org.ldaptive.transport with parameters of type LdapEntry