|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LdapEntry | |
|---|---|
| org.ldaptive | |
| org.ldaptive.ad.schema | |
| org.ldaptive.auth | |
| org.ldaptive.ext | |
| org.ldaptive.io | |
| org.ldaptive.jaas | |
| org.ldaptive.schema | |
| Uses of LdapEntry in org.ldaptive |
|---|
| Subclasses of LdapEntry in org.ldaptive | |
|---|---|
class |
SearchEntry
Simple bean representing a search entry. |
| Methods in org.ldaptive that return LdapEntry | |
|---|---|
LdapEntry |
SearchResult.getEntry()
Returns a single entry of this result. |
LdapEntry |
SearchResult.getEntry(String dn)
Returns the ldap in this result with the supplied DN. |
| Methods in org.ldaptive that return types with arguments of type LdapEntry | |
|---|---|
Collection<LdapEntry> |
SearchResult.getEntries()
Returns a collection of ldap entry. |
| Methods in org.ldaptive with parameters of type LdapEntry | |
|---|---|
void |
SearchResult.addEntry(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 |
SearchResult.removeEntry(LdapEntry... entry)
Removes an entry from this search result. |
| Method parameters in org.ldaptive with type arguments of type LdapEntry | |
|---|---|
void |
SearchResult.addEntries(Collection<LdapEntry> entries)
Adds entry(s) to this search result. |
void |
SearchResult.removeEntries(Collection<LdapEntry> entries)
Removes the entry(s) from this search result. |
| Constructors in org.ldaptive with parameters of type LdapEntry | |
|---|---|
SearchResult(LdapEntry... entry)
Creates a new search result. |
|
| Constructor parameters in org.ldaptive with type arguments of type LdapEntry | |
|---|---|
SearchResult(Collection<LdapEntry> entries)
Creates a new search result. |
|
| Uses of LdapEntry in org.ldaptive.ad.schema |
|---|
| Methods in org.ldaptive.ad.schema with parameters of type LdapEntry | |
|---|---|
protected 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. |
| Uses of LdapEntry in org.ldaptive.auth |
|---|
| Methods in org.ldaptive.auth that return LdapEntry | |
|---|---|
LdapEntry |
AuthenticationResponse.getLdapEntry()
Returns the ldap entry of the authenticated user. |
LdapEntry |
NoOpEntryResolver.resolve(Connection conn,
AuthenticationCriteria ac)
Attempts to find the LDAP entry for the supplied authentication criteria, using the supplied connection. |
LdapEntry |
EntryResolver.resolve(Connection conn,
AuthenticationCriteria criteria)
Attempts to find the LDAP entry for the supplied authentication criteria, using the supplied connection. |
LdapEntry |
AbstractSearchEntryResolver.resolve(Connection conn,
AuthenticationCriteria ac)
Attempts to find the LDAP entry for the supplied authentication criteria, using the supplied connection. |
protected LdapEntry |
Authenticator.resolveEntry(AuthenticationRequest request,
AuthenticationHandlerResponse response,
AuthenticationCriteria criteria)
Attempts to find the ldap entry for the supplied DN. |
| Methods in org.ldaptive.auth with parameters of type LdapEntry | |
|---|---|
protected String |
AbstractSearchDnResolver.resolveDn(LdapEntry entry)
Returns the DN for the supplied ldap entry. |
| Constructors in org.ldaptive.auth with parameters of type LdapEntry | |
|---|---|
AuthenticationResponse(AuthenticationResultCode authRc,
ResultCode rc,
LdapEntry entry)
Creates a new authentication response. |
|
AuthenticationResponse(AuthenticationResultCode authRc,
ResultCode rc,
LdapEntry entry,
String msg)
Creates a new authentication response. |
|
AuthenticationResponse(AuthenticationResultCode authRc,
ResultCode rc,
LdapEntry entry,
String msg,
ResponseControl[] controls,
int msgId)
Creates a new authentication response. |
|
| Uses of LdapEntry in org.ldaptive.ext |
|---|
| Methods in org.ldaptive.ext that return LdapEntry | |
|---|---|
LdapEntry |
MergeRequest.getEntry()
Returns the ldap entry to merge. |
| Methods in org.ldaptive.ext with parameters of type LdapEntry | |
|---|---|
protected Response<Void> |
MergeOperation.add(MergeRequest request,
LdapEntry entry)
Executes an AddOperation for the supplied entry. |
protected Response<Void> |
MergeOperation.delete(MergeRequest request,
LdapEntry entry)
Executes a DeleteOperation for the supplied entry. |
protected Response<Void> |
MergeOperation.modify(MergeRequest request,
LdapEntry source,
LdapEntry target)
Retrieves the attribute modifications from computeModifications(LdapEntry, LdapEntry) and executes a ModifyOperation with those results. |
void |
MergeRequest.setEntry(LdapEntry entry)
Sets the ldap entry to merge into the LDAP. |
| Constructors in org.ldaptive.ext with parameters of type LdapEntry | |
|---|---|
MergeRequest(LdapEntry entry)
Creates a new merge request. |
|
MergeRequest(LdapEntry entry,
boolean delete)
Creates a new merge request. |
|
| Uses of LdapEntry in org.ldaptive.io |
|---|
| Methods in org.ldaptive.io that return LdapEntry | |
|---|---|
protected LdapEntry |
Dsmlv1Reader.createLdapEntry(Element entryElement)
Converts the supplied DSML entry element into an ldap entry object. |
| Methods in org.ldaptive.io with parameters of type LdapEntry | |
|---|---|
protected String |
LdifWriter.createLdifEntry(LdapEntry entry)
Creates an LDIF using the supplied ldap entry. |
| Uses of LdapEntry in org.ldaptive.jaas |
|---|
| Methods in org.ldaptive.jaas that return LdapEntry | |
|---|---|
LdapEntry |
LdapPrincipal.getLdapEntry()
Returns the ldap entry for this ldap principal. |
LdapEntry |
LdapDnPrincipal.getLdapEntry()
Returns the ldap entry for this ldap principal. |
| Methods in org.ldaptive.jaas with parameters of type LdapEntry | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
protected 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 LdapEntry | |
|---|---|
static Schema |
SchemaFactory.createSchema(LdapEntry schemaEntry)
Creates a new schema. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||