|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.directory.ldap.LDAPDirEntryFilter
public abstract class LDAPDirEntryFilter
Subclasses must override the method matches(LDAPDirEntry) in order to be useful.
| Constructor Summary | |
|---|---|
LDAPDirEntryFilter()
Initialize the new instance with default values. |
|
| Method Summary | |
|---|---|
abstract boolean |
matches(LDAPDirEntry entry)
Returns true if the given LDAP entry object matches this filter. |
boolean |
matches(java.lang.Object object)
Calls matches(LDAPDirEntry) if the given object is of that type otherwise it returns false. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LDAPDirEntryFilter()
| Method Detail |
|---|
public boolean matches(java.lang.Object object)
matches in interface IObjectFilterobject - Any object or nullpublic abstract boolean matches(LDAPDirEntry entry)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||