|
Oracle | ||||||||||
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 Principal
public boolean addMember(Principal user)
addMember
in interface Group
user
- the principal to add to this group.
public boolean removeMember(Principal user)
removeMember
in interface Group
user
- the principal to remove from this group.
public abstract boolean isMember(Principal member)
isMember
in interface Group
member
- the principal whose membership is to be checked.
public abstract Enumeration members()
members
in interface Group
public String toString()
toString
in interface Principal
toString
in class Object
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |