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
 
Fields inherited from class weblogic.security.acl.FlatGroup
members
 
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
protected  java.lang.Class getUserClass()
           
 boolean isMember(java.security.Principal principal)
          Determines if a principal belongs to this group
 
Methods inherited from class weblogic.security.acl.FlatGroup
addMemberInternal, ensureFreshness, equals, getCacheTTLMillis, hashCode, members, removeMemberInternal, setCacheTTL, toString
 
Methods inherited from class weblogic.security.acl.DefaultGroupImpl
addMember, getName, removeMember
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getUserClass

protected java.lang.Class getUserClass()
Overrides:
getUserClass in class weblogic.security.acl.FlatGroup

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