|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.server.attributes.requestors.GenericAttributeRequestor
org.aselect.server.attributes.requestors.jndi.JNDIAttributeRequestor
public class JNDIAttributeRequestor
The JNDI Attribute Requestor.
Description:
This class can be used as AttributeRequestor by the A-Select Server
AttributeGatherer
Concurrency issues:
-
Field Summary |
---|
Fields inherited from class org.aselect.server.attributes.requestors.GenericAttributeRequestor |
---|
_configManager, _samAgent, _systemLogger |
Constructor Summary | |
---|---|
JNDIAttributeRequestor()
|
Method Summary | |
---|---|
void |
destroy()
Unused method. |
java.util.Hashtable |
getAttributes(java.util.Hashtable htTGTContext,
java.util.Vector vAttributes)
Resolves the attribute values from the JNDI backend. |
void |
init(java.lang.Object oConfig)
Initializes the JNDI Attribute Requestor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JNDIAttributeRequestor()
Method Detail |
---|
public void init(java.lang.Object oConfig) throws ASelectException
oConfig
- The configuration section to use.
ASelectException
- If configuration fails.IAttributeRequestor.init(java.lang.Object)
public java.util.Hashtable getAttributes(java.util.Hashtable htTGTContext, java.util.Vector vAttributes) throws ASelectAttributesException
Vector
, then all attributes will be returned.
htTGTContext
- the TGT context.vAttributes
- The attributes to gather.
ASelectAttributesException
- If gathering fails.IAttributeRequestor.getAttributes(java.util.Hashtable, java.util.Vector)
public void destroy()
IAttributeRequestor.destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |