|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.jassi.access.AccessUserData
The AccessUserData class maintains one or more AccessClient objects created for a user to provide access control. It ensures that initialization and cleanup for each client is performed so that the application user does not have to perform these activities manually.
Constructor Summary | |
AccessUserData()
Constructs an AccessUserData object. |
Method Summary | |
void |
delete(UserStateObject user)
Cleans up all the AccessClients for this user. |
static AccessClient |
get(UserStateObject user)
Gets the AccessClient object for the user for the ServerType "AccessServer". |
static AccessClient |
get(UserStateObject user,
String AccessServerName)
Gets the AccessClient object for the user for the supplied AccessServerName. |
void |
init(UserStateObject user)
Initializes the AccessUserData class for the input UserStateObject. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AccessUserData()
Method Detail |
public static AccessClient get(UserStateObject user)
user
- this userpublic static AccessClient get(UserStateObject user, String AccessServerName)
user
- the User state object.AccessServerName
- the serverName() associated with the AccessClient.public void init(UserStateObject user)
user
- this userpublic void delete(UserStateObject user)
user
- the User state object.
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |