org.aselect.server.attributes.requestors.flatfile
Class FlatFileAttributeRequestor

java.lang.Object
  extended by org.aselect.server.attributes.requestors.GenericAttributeRequestor
      extended by org.aselect.server.attributes.requestors.flatfile.FlatFileAttributeRequestor
All Implemented Interfaces:
IAttributeRequestor

public class FlatFileAttributeRequestor
extends GenericAttributeRequestor

-

Description:
-

Concurrency issues:
None.

Author:
Alfa & Ariss

Field Summary
 
Fields inherited from class org.aselect.server.attributes.requestors.GenericAttributeRequestor
_configManager, _samAgent, _systemLogger
 
Constructor Summary
FlatFileAttributeRequestor()
           
 
Method Summary
 void destroy()
          Destroys the FlatfileAttributeRequestor.
 java.util.Hashtable getAttributes(java.util.Hashtable htTGTContext, java.util.Vector vAttributes)
          Retrieve attributes from flatfilehandler.
 void init(java.lang.Object oConfig)
          Initialize the OpaqueAttributeRequestor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatFileAttributeRequestor

public FlatFileAttributeRequestor()
Method Detail

init

public void init(java.lang.Object oConfig)
          throws ASelectException
Initialize the OpaqueAttributeRequestor. The user id is case sensitive

Parameters:
oConfig - The configuration section to use.
Throws:
ASelectException - If configuration fails.
See Also:
IAttributeRequestor.init(java.lang.Object)

getAttributes

public java.util.Hashtable getAttributes(java.util.Hashtable htTGTContext,
                                         java.util.Vector vAttributes)
                                  throws ASelectAttributesException
Retrieve attributes from flatfilehandler.

Parameters:
htTGTContext - the TGT context.
vAttributes - The attributes to gather.
Returns:
The retrieved attributes.
Throws:
ASelectAttributesException - If gathering fails.
See Also:
IAttributeRequestor.getAttributes(java.util.Hashtable, java.util.Vector)

destroy

public void destroy()
Destroys the FlatfileAttributeRequestor.

See Also:
IAttributeRequestor.destroy()


Copyright © 2008 SURFnet BV. All Rights Reserved.