|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.beasys.commerce.axiom.contact.security.RDBMSGroup
This class represents a Group in the RDBMS Realm.
Method Summary | |
protected java.lang.Boolean |
getCachedMembership(java.lang.String principalName)
Retrieve a cached membership Boolean. |
java.util.Hashtable |
getMembers()
Returns a hashtable containing key/value pairs that are the usernames/user-objects of the members of this group |
protected java.lang.Class |
getUserClass()
|
boolean |
isMember(java.security.Principal principal)
Determines if a principal belongs to this group |
protected void |
setCachedMembership(java.lang.String principalName,
java.lang.Boolean member)
Cache a membership Boolean. |
Method Detail |
protected java.lang.Class getUserClass()
public java.util.Hashtable getMembers()
public boolean isMember(java.security.Principal principal)
principal
- The principal to look forprotected java.lang.Boolean getCachedMembership(java.lang.String principalName)
principalName
- the name of the principalprotected void setCachedMembership(java.lang.String principalName, java.lang.Boolean member)
String
- principalName of the user to key offmember
- the Boolean to cache
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |