|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Subtree
This interface represents an abstraction of a Subtree for domain matching (subjects and targets). Subtrees contain entries. An entity matches a subtree specification, if its entry is contained in the subtree.
Examples of such subtrees are: LDAP DIT, HTTP URLs and a file system.
Method Summary | |
---|---|
boolean |
contains(Entry e)
This method tells whether this Subtree contains the given Entry. |
Method Detail |
---|
boolean contains(Entry e)
e
- - the Entry to check
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |