|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.directory.ldap.LDAPDirEntryFilter
org.pf.directory.ldap.RDNFilter
public class RDNFilter
Special filter that can be used to lookup an LDAP entry by its Relative Distinguished Name (RDN).
| Constructor Summary | |
|---|---|
RDNFilter(DistinguishedNameElement rdn)
Initialize the new instance with default values. |
|
| Method Summary | |
|---|---|
boolean |
matches(LDAPDirEntry entry)
Returns true if the given entry has the same RDN as this filter |
| Methods inherited from class org.pf.directory.ldap.LDAPDirEntryFilter |
|---|
matches |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDNFilter(DistinguishedNameElement rdn)
| Method Detail |
|---|
public boolean matches(LDAPDirEntry entry)
matches in class LDAPDirEntryFilter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||