Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

weblogic.security.acl
Interface FlatGroup.Source

All Known Implementing Classes:
AbstractListableRealm, AbstractManageableRealm
Enclosing class:
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)

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

Method Detail

getGroupMembers

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

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02