|
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
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/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||