BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.configuration
Class Group

java.lang.Object
  |
  +--weblogic.management.configuration.Principal
        |
        +--weblogic.management.configuration.Group

Deprecated. Deprecated in WebLogic Server version 7.0.

public class Group
extends Principal

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Method Summary
 void addMember(Principal member)
          Deprecated. Adds a feature to the Member attribute of the Group object
 weblogic.management.configuration.RealmIterator getMembers()
          Deprecated. Gets the members attribute of the Group object
 void removeMember(Principal member)
          Deprecated. Description of the Method
 
Methods inherited from class weblogic.management.configuration.Principal
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMembers

public weblogic.management.configuration.RealmIterator getMembers()
                         throws RealmException
Deprecated. 
Gets the members attribute of the Group object

Returns:
The members value
Throws:
RealmException - Description of the Exception

addMember

public void addMember(Principal member)
               throws RealmException
Deprecated. 
Adds a feature to the Member attribute of the Group object

Parameters:
member - The feature to be added to the Member attribute
Throws:
RealmException - Description of the Exception

removeMember

public void removeMember(Principal member)
                  throws RealmException
Deprecated. 
Description of the Method

Parameters:
member - Description of the Parameter
Throws:
RealmException - Description of the Exception

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b