|
||||||||||
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.jdbc.JDBCAttributeRequestor
public class JDBCAttributeRequestor
Field Summary |
---|
Fields inherited from class org.aselect.server.attributes.requestors.GenericAttributeRequestor |
---|
_configManager, _samAgent, _systemLogger |
Constructor Summary | |
---|---|
JDBCAttributeRequestor()
|
Method Summary | |
---|---|
void |
destroy()
Clean up used resources. |
java.util.Hashtable |
getAttributes(java.util.Hashtable htTGTContext,
java.util.Vector vAttributes)
Retrieve the specified attributes. |
void |
init(java.lang.Object oConfig)
Initialize the IAttributeRequestor implementation. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDBCAttributeRequestor()
Method Detail |
---|
public void init(java.lang.Object oConfig) throws ASelectException
IAttributeRequestor
IAttributeRequestor
implementation.
oConfig
- The configuration section to use.
ASelectException
- If configuration fails.public java.util.Hashtable getAttributes(java.util.Hashtable htTGTContext, java.util.Vector vAttributes) throws ASelectAttributesException
IAttributeRequestor
vAttributes
.
htTGTContext != null
vAttributes != null
vAttributes
.
htTGTContext
- the TGT context.vAttributes
- The attributes to gather.
ASelectAttributesException
- If gathering fails.public void destroy()
IAttributeRequestor
IAttributeRequestor
implementation is stopped.
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |