|
BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectweblogic.security.acl.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 boolean addMember(Principal user)
addMember in interface Groupuser - the principal to add to this group.
public String getName()
getName in interface Principalpublic 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 boolean removeMember(Principal user)
removeMember in interface Groupuser - the principal to remove from this group.
public String toString()
toString in interface Principal
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||