|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.Identity
weblogic.security.acl.User
weblogic.security.acl.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 weblogic.security.acl.User |
getCredential, getRealm, identityEquals, toString |
Methods inherited from class java.security.Identity |
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, hashCode, removeCertificate, setInfo, setPublicKey, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.security.Principal |
equals, getName, hashCode, toString |
Constructor Detail |
public Everyone(ListableRealm r)
Method Detail |
public boolean addMember(Principal unnecessary)
addMember
in interface Group
unnecessary
- Principal
public boolean isMember(Principal doesntMatter)
isMember
in interface Group
doesntMatter
- Principal
public Enumeration members()
members
in interface Group
public boolean removeMember(Principal impossible)
removeMember
in interface Group
impossible
- Principal
IllegalArgumentException
- if an attempt is made to remove any
Principal from the group Everyone
|
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 |