|
||||||||||
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.api.APIAttributeRequestor
public class APIAttributeRequestor
API call Attribute requestor.
Description:
Attribute requestor wich uses SOAP1.1, SOAP1.2, or RAW API calls
to sends an API attributes retrieval call to a server.
Concurrency issues:
The APIAttributeRequestor
should be initialized once.
Field Summary |
---|
Fields inherited from class org.aselect.server.attributes.requestors.GenericAttributeRequestor |
---|
_configManager, _samAgent, _systemLogger |
Constructor Summary | |
---|---|
APIAttributeRequestor()
Create a new APIAttributeRequestor . |
Method Summary | |
---|---|
void |
destroy()
Destroy the APIAttributeRequestor . |
java.util.Hashtable |
getAttributes(java.util.Hashtable htTGTContext,
java.util.Vector vAttributes)
Retrieve all, or the specified attributes. |
void |
init(java.lang.Object oConfig)
Initializes the APIAttributeRequestor . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public APIAttributeRequestor()
APIAttributeRequestor
.
super()
.
GenericAttributeRequestor.GenericAttributeRequestor()
Method Detail |
---|
public void init(java.lang.Object oConfig) throws ASelectException
APIAttributeRequestor
.
init
in interface IAttributeRequestor
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
getAttributes
in interface IAttributeRequestor
htTGTContext
- the TGT context.vAttributes
- The attributes to gather.
ASelectAttributesException
- If gathering fails.IAttributeRequestor.getAttributes(Hashtable, Vector)
public void destroy()
APIAttributeRequestor
.
destroy
in interface IAttributeRequestor
IAttributeRequestor.destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |