|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LDAPEntry
This is an interface to objects that can be located in an LDAP Directory. The objects can tell their LDAPDNPrincipal, which represents the entry DN and they know the object classes they are an instance of.
It is used when doing subtree inclusion match.
Method Summary | |
---|---|
LDAPDNPrincipal |
getDN()
This method returns the DN of the entry |
boolean |
isObjectClass(java.lang.String what)
This method tells whether or not the object is of the given class. |
Methods inherited from interface issrg.utils.repository.Entry |
---|
getEntryName |
Method Detail |
---|
LDAPDNPrincipal getDN()
boolean isObjectClass(java.lang.String what)
what
- is the LDAP name of the object class to match
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |