Uses of Class
org.ldaptive.LdapEntry
-
-
Uses of LdapEntry in org.ldaptive
Fields in org.ldaptive with type parameters of type LdapEntry Modifier and Type Field Description private List<LdapEntry>SearchResponse. resultEntriesEntries contained in this result.Methods in org.ldaptive that return LdapEntry Modifier and Type Method Description static LdapEntryLdapEntry. copy(LdapEntry entry)Creates a mutable copy of the supplied entry.LdapEntrySearchResponse. getEntry()Returns a single entry of this search result.LdapEntrySearchResponse. getEntry(String dn)Returns the ldap entry in this result with the supplied DN.static LdapEntryLdapEntry. sort(LdapEntry le)Returns a new entry whose attributes are sorted naturally by name without options.Methods in org.ldaptive that return types with arguments of type LdapEntry Modifier and Type Method Description Collection<LdapEntry>SearchResponse. getEntries()Returns the entries in this search result.Methods in org.ldaptive with parameters of type LdapEntry Modifier and Type Method Description voidSearchResponse. 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.static AttributeModification[]LdapEntry. computeModifications(LdapEntry source, LdapEntry target, boolean useReplace)Returns the list of attribute modifications needed to change the supplied target entry into the supplied source entry.voidSearchRequest. configureBinaryAttributes(LdapEntry entry)InvokesLdapAttribute.configureBinary(String...)for each attribute in the supplied entry usingSearchRequest.binaryAttributes.static LdapEntryLdapEntry. copy(LdapEntry entry)Creates a mutable copy of the supplied entry.SearchResponse.BuilderSearchResponse.Builder. entry(LdapEntry... e)voidSearchResponse. removeEntries(LdapEntry... entry)Removes an entry from this search result.static LdapEntryLdapEntry. sort(LdapEntry le)Returns a new entry whose attributes are sorted naturally by name without options.Method parameters in org.ldaptive with type arguments of type LdapEntry Modifier and Type Method Description voidSearchResponse. addEntries(Collection<LdapEntry> entries)Adds entry(s) to this search result.SearchResponse.BuilderSearchResponse.Builder. entry(Collection<LdapEntry> entries)voidSearchResponse. removeEntries(Collection<LdapEntry> entries)Removes entry(s) from this search result.Constructors in org.ldaptive with parameters of type LdapEntry Constructor Description AttributesHandler(LdapEntry response)Creates a new attributes handler.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 LdapEntry Modifier and Type Field Description private LdapEntryNotificationClient.NotificationItem. searchEntryEntry contained in this notification item.Methods in org.ldaptive.ad.control.util that return LdapEntry Modifier and Type Method Description LdapEntryNotificationClient.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 Constructor Description NotificationItem(LdapEntry entry)Creates a new notification item. -
Uses of LdapEntry in org.ldaptive.ad.handler
Methods in org.ldaptive.ad.handler that return LdapEntry Modifier and Type Method Description LdapEntryObjectGuidHandler. apply(LdapEntry entry)LdapEntryObjectSidHandler. apply(LdapEntry entry)Methods in org.ldaptive.ad.handler with parameters of type LdapEntry Modifier and Type Method Description LdapEntryObjectGuidHandler. apply(LdapEntry entry)LdapEntryObjectSidHandler. apply(LdapEntry entry)protected voidAbstractBinaryAttributeHandler. handleAttributes(LdapEntry entry)protected voidPrimaryGroupIdHandler. handleAttributes(LdapEntry entry)protected voidRangeEntryHandler. handleAttributes(LdapEntry entry) -
Uses of LdapEntry in org.ldaptive.ad.schema
Methods in org.ldaptive.ad.schema with parameters of type LdapEntry Modifier and Type Method Description private static AttributeTypeSchemaFactory. createAttributeType(LdapEntry entry)Creates an attribute type from the supplied ldap entry.private static ObjectClassSchemaFactory. createObjectClass(LdapEntry entry)Creates an object class from the supplied ldap entry.private static String[]SchemaFactory. getAllAttributeValues(LdapEntry entry, String... names)Returns the values for all attributes with the supplied names found in the supplied entry.private static String[]SchemaFactory. getFirstAttributeValues(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 LdapEntry Modifier and Type Field Description private LdapEntryAuthenticationResponse. ldapEntryLdap entry of authenticated user.Methods in org.ldaptive.auth that return LdapEntry Modifier and Type Method Description LdapEntryAuthenticationResponse. getLdapEntry()Returns the ldap entry of the authenticated user.LdapEntryAbstractSearchEntryResolver. resolve(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)LdapEntryAggregateEntryResolver. resolve(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)LdapEntryEntryResolver. resolve(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)Attempts to find the LDAP entry for the supplied authentication criteria and authentication handler response.LdapEntryNoOpEntryResolver. resolve(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)private LdapEntryAuthenticator. resolveEntry(AuthenticationCriteria criteria, AuthenticationHandlerResponse response)Attempts to find the ldap entry for the supplied DN.Methods in org.ldaptive.auth with parameters of type LdapEntry Modifier and Type Method Description AuthenticationResponse.BuilderAuthenticationResponse.Builder. entry(LdapEntry entry)protected StringSearchDnResolver. performResolveFromAttribute(LdapEntry entry)Resolve DN from attribute in the resolveFromAttribute property.protected StringSearchDnResolver. resolveDn(LdapEntry entry)Returns the DN for the supplied ldap entry.Constructors in org.ldaptive.auth with parameters of type LdapEntry Constructor Description AuthenticationResponse(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 LdapEntry Modifier and Type Method Description LdapEntryAbstractLdapEntryMapper. map(T source)Injects data from the supplied source object into a new instance of ldap entry.Methods in org.ldaptive.beans with parameters of type LdapEntry Modifier and Type Method Description voidAbstractLdapEntryMapper. map(LdapEntry source, T dest)voidAbstractLdapEntryMapper. map(T source, LdapEntry dest)voidLdapEntryMapper. map(LdapEntry source, T dest)Injects data from the supplied ldap entry into the supplied destination object.voidLdapEntryMapper. map(T source, LdapEntry dest)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 LdapEntry Modifier and Type Field Description private Consumer<LdapEntry>PersistentSearchClient. onEntryInvoked when an entry is received.private Consumer<LdapEntry>SyncReplClient. onEntryInvoked when an entry is received.private Consumer<LdapEntry>SyncReplRunner. onEntryInvoked when an entry is received.Method parameters in org.ldaptive.control.util with type arguments of type LdapEntry Modifier and Type Method Description voidPersistentSearchClient. setOnEntry(Consumer<LdapEntry> consumer)Sets the onEntry consumer.voidSyncReplClient. setOnEntry(Consumer<LdapEntry> consumer)Sets the onEntry consumer.voidSyncReplRunner. setOnEntry(Consumer<LdapEntry> consumer)Sets the onEntry consumer. -
Uses of LdapEntry in org.ldaptive.ext
Fields in org.ldaptive.ext declared as LdapEntry Modifier and Type Field Description private LdapEntryMergeRequest. ldapEntryLdap entry to merge.Methods in org.ldaptive.ext that return LdapEntry Modifier and Type Method Description LdapEntryMergeRequest. getEntry()Returns the ldap entry to merge.Methods in org.ldaptive.ext with parameters of type LdapEntry Modifier and Type Method Description protected ResultMergeOperation. add(MergeRequest request, LdapEntry entry)Executes anAddOperationfor the supplied entry.protected ResultMergeOperation. delete(MergeRequest request, LdapEntry entry)Executes aDeleteOperationfor the supplied entry.protected ResultMergeOperation. modify(MergeRequest request, LdapEntry source, LdapEntry target)Retrieves the attribute modifications fromcomputeModifications(LdapEntry, LdapEntry)and executes aModifyOperationwith those results.voidMergeRequest. setEntry(LdapEntry entry)Sets the ldap entry to merge into the LDAP.Constructors in org.ldaptive.ext with parameters of type LdapEntry Constructor Description MergeRequest(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 LdapEntry Modifier and Type Method Description LdapEntryCaseChangeEntryHandler. apply(LdapEntry entry)LdapEntryDnAttributeEntryHandler. apply(LdapEntry entry)LdapEntryMergeAttributeEntryHandler. apply(LdapEntry entry)Methods in org.ldaptive.handler with parameters of type LdapEntry Modifier and Type Method Description LdapEntryCaseChangeEntryHandler. apply(LdapEntry entry)LdapEntryDnAttributeEntryHandler. apply(LdapEntry entry)LdapEntryMergeAttributeEntryHandler. apply(LdapEntry entry)protected voidAbstractEntryHandler. handleAttributes(LdapEntry entry)Handle the attributes of a search entry.protected voidCaseChangeEntryHandler. handleAttributes(LdapEntry entry)protected voidDnAttributeEntryHandler. handleAttributes(LdapEntry entry)protected voidMergeAttributeEntryHandler. handleAttributes(LdapEntry entry)protected StringAbstractEntryHandler. handleDn(LdapEntry entry)Handle the dn of a search entry.protected StringCaseChangeEntryHandler. handleDn(LdapEntry entry)voidAbstractEntryHandler. handleEntry(LdapEntry entry)Handle the entry.voidRecursiveResultHandler. handleEntry(LdapEntry entry)private voidRecursiveResultHandler. readSearchAttribute(LdapEntry entry, List<String> searchedDns)Reads the values ofRecursiveResultHandler.searchAttributefrom the supplied attributes and callsRecursiveResultHandler.recursiveSearch(java.lang.String, org.ldaptive.LdapEntry, java.util.List<java.lang.String>)for each.private voidRecursiveResultHandler. recursiveSearch(String dn, LdapEntry entry, List<String> searchedDns)Recursively gets the attribute(s)RecursiveResultHandler.mergeAttributesfor 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 LdapEntry Modifier and Type Method Description private LdapEntryLdifReader. 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 LdapEntry Modifier and Type Method Description protected StringLdifWriter. 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 LdapEntry Modifier and Type Field Description private LdapEntryLdapDnPrincipal. ldapEntryUser ldap entry.private LdapEntryLdapPrincipal. ldapEntryUser ldap entry.Methods in org.ldaptive.jaas that return LdapEntry Modifier and Type Method Description LdapEntryLdapDnPrincipal. getLdapEntry()Returns the ldap entry for this ldap principal.LdapEntryLdapPrincipal. getLdapEntry()Returns the ldap entry for this ldap principal.Methods in org.ldaptive.jaas with parameters of type LdapEntry Modifier and Type Method Description static Set<LdapRole>LdapRole. toRoles(LdapEntry entry)Iterates over the supplied entry and returns all attributes as a set of ldap roles.Constructors in org.ldaptive.jaas with parameters of type LdapEntry Constructor Description LdapDnPrincipal(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 LdapEntry Modifier and Type Method Description static LdapEntrySchemaUtils. 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 LdapEntry Modifier and Type Method Description static SchemaSchemaFactory. createSchema(LdapEntry schemaEntry)Creates a new schema. -
Uses of LdapEntry in org.ldaptive.transport
Methods in org.ldaptive.transport with parameters of type LdapEntry Modifier and Type Method Description voidDefaultSearchOperationHandle. entry(LdapEntry r)InvokesDefaultSearchOperationHandle.onEntry.protected voidAbstractMessageFunctionalEntryHandler. handleAttributes(LdapEntry entry)Handle the attributes of a search entry.protected StringAbstractMessageFunctionalEntryHandler. handleDn(LdapEntry entry)Handle the dn of a search entry.voidAbstractMessageFunctionalEntryHandler. handleEntry(LdapEntry entry)Handle the entry.
-