BEA Systems, Inc.


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

See Also:
Serialized Form

Method Summary
 void addMember(Principal member)
          Deprecated.  
 weblogic.management.configuration.RealmIterator getMembers()
          Deprecated.  
 void removeMember(Principal member)
          Deprecated.  
 
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. 

addMember

public void addMember(Principal member)
               throws RealmException
Deprecated. 

removeMember

public void removeMember(Principal member)
                  throws RealmException
Deprecated. 

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

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference