BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.security.acl
Interface FlatGroup.Source

All Known Implementing Classes:
AbstractListableRealm

public static interface FlatGroup.Source

Interface to be implemented by realm classes that use FlatGroup. If your realm class inherits from AbstractListableRealm, you don't need to implement this interface; instead, your realm class should contain a getGroupMembersInternal method.

Author:
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
AbstractListableRealm.getGroupMembersInternal(String name)

Method Summary
 java.util.Hashtable getGroupMembers(java.lang.String name)
          Return the current set of members of the named group.
 

Method Detail

getGroupMembers

public java.util.Hashtable getGroupMembers(java.lang.String name)
Return the current set of members of the named group. This is a table mapping principal names to Principal objects. If, for some reason, the named group has ceased to exist, this method will return null.

Parameters:
name - the group for which to obtain membership information
Returns:
table mapping principal names to Principal objects
See Also:
Principal

Documentation is available at
http://www.weblogic.com/docs51