|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.ldap.handler.AttributesProcessor
public final class AttributesProcessor
AttributesProcessor provides methods to help with the processing
of Attributes objects using an AttributeHandler.
| Method Summary | |
|---|---|
static Attributes |
executeHandler(SearchCriteria sc,
Attributes attrs,
AttributeHandler handler)
Process the attributes of an ldap search search. |
static Attributes |
executeHandler(SearchCriteria sc,
Attributes attrs,
AttributeHandler handler,
Class<?>[] ignore)
Process the attributes of an ldap search search. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Attributes executeHandler(SearchCriteria sc,
Attributes attrs,
AttributeHandler handler)
throws NamingException
sc - SearchCriteria used to find search resultattrs - Attributes to pass to the handlerhandler - AttributeHandler to process attributes
Attributes handler processed attributes
NamingException - if the LDAP returns an error
public static Attributes executeHandler(SearchCriteria sc,
Attributes attrs,
AttributeHandler handler,
Class<?>[] ignore)
throws NamingException
sc - SearchCriteria used to find search resultattrs - Attributes to pass to the handlerhandler - AttributeHandler to process attributesignore - Class[] of exception types to ignore
Attributes handler processed attributes
NamingException - if the LDAP returns an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||