BEA Systems, Inc.

com.beasys.commerce.axiom.contact.security
Class RDBMSGroup

java.lang.Object
  |
  +--weblogic.security.acl.DefaultGroupImpl
        |
        +--weblogic.security.acl.FlatGroup
              |
              +--com.beasys.commerce.axiom.contact.security.RDBMSGroup

public class RDBMSGroup
extends weblogic.security.acl.FlatGroup

This class represents a Group in the RDBMS Realm.


Inner classes inherited from class weblogic.security.acl.FlatGroup
weblogic.security.acl.FlatGroup.Source
 
Method Summary
 java.util.Hashtable getMembers()
          Returns a hashtable containing key/value pairs that are the usernames/user-objects of the members of this group
 boolean isMember(java.security.Principal principal)
          Determines if a principal belongs to this group
 
Methods inherited from class weblogic.security.acl.FlatGroup
equals, getCacheTTLMillis, hashCode, members, toString
 
Methods inherited from class weblogic.security.acl.DefaultGroupImpl
addMember, getName, removeMember
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getMembers

public java.util.Hashtable getMembers()
Returns a hashtable containing key/value pairs that are the usernames/user-objects of the members of this group

isMember

public boolean isMember(java.security.Principal principal)
Determines if a principal belongs to this group
Overrides:
isMember in class weblogic.security.acl.FlatGroup
Parameters:
principal - The principal to look for
Returns:
true if it is a member, false otherwise

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved