BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.security.acl
Interface FlatGroup.Source

All Known Implementing Classes:
AbstractListableRealm
Enclosing interface:
FlatGroup

Deprecated. Deprecated in WebLogic Server 7.0.

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.

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

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

Method Detail

getGroupMembers

public Hashtable getGroupMembers(String name)
Deprecated. 
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://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.