| 
 | Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.security.acl.DefaultGroupImpl
public abstract class DefaultGroupImpl
| Constructor Summary | |
|---|---|
| DefaultGroupImpl(String name)Deprecated. | |
| Method Summary | |
|---|---|
|  boolean | addMember(Principal user)Deprecated. Adds the specified member to the group. | 
|  String | getName()Deprecated. Returns the name of this principal. | 
| abstract  boolean | isMember(Principal member)Deprecated. Returns true if the passed principal is a member of the group. | 
| abstract  Enumeration | members()Deprecated. Returns an enumeration of the members in the group. | 
|  boolean | removeMember(Principal user)Deprecated. Removes the specified member from the group. | 
|  String | toString()Deprecated. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface java.security.Principal | 
|---|
| equals, hashCode | 
| Constructor Detail | 
|---|
public DefaultGroupImpl(String name)
| Method Detail | 
|---|
public String getName()
getName in interface Principalpublic boolean addMember(Principal user)
addMember in interface Groupuser - the principal to add to this group.
public boolean removeMember(Principal user)
removeMember in interface Groupuser - the principal to remove from this group.
public abstract boolean isMember(Principal member)
isMember in interface Groupmember - the principal whose membership is to be checked.
public abstract Enumeration members()
members in interface Grouppublic String toString()
toString in interface PrincipaltoString in class Object| 
 | Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, 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 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||