|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectUser
weblogic.security.acl.Everyone
public final class Everyone
Everyone is an implementation of Group, which is includes everyone.
Constructor Summary | |
---|---|
Everyone(ListableRealm r)
Deprecated. Constructs the special group Everyone for the specified ListableRealm. |
Method Summary | |
---|---|
boolean |
addMember(Principal unnecessary)
Deprecated. Adds a member to the group. |
boolean |
isMember(Principal doesntMatter)
Deprecated. Determines whether the specified Principal is a member of the group. |
Enumeration |
members()
Deprecated. Returns an Enumeration of the members of a group. |
boolean |
removeMember(Principal impossible)
Deprecated. Deletes a member from the group. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.security.Principal |
---|
equals, getName, hashCode, toString |
Constructor Detail |
---|
public Everyone(ListableRealm r)
r
- Realm within which to create the groupMethod Detail |
---|
public boolean isMember(Principal doesntMatter)
isMember
in interface Group
doesntMatter
- Principal
public boolean addMember(Principal unnecessary)
addMember
in interface Group
unnecessary
- Principal
public boolean removeMember(Principal impossible)
removeMember
in interface Group
impossible
- Principal
IllegalArgumentException
- if an attempt is made to remove any
Principal from the group Everyonepublic Enumeration members()
members
in interface Group
|
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 |