| 
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--java.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)
Constructs the special group Everyone for the specified ListableRealm.  | 
|
| Method Summary | |
 boolean | 
addMember(java.security.Principal unnecessary)
Adds a member to the group.  | 
 boolean | 
isMember(java.security.Principal doesntMatter)
Determines whether the specified Principal is a member of the group.  | 
 java.util.Enumeration | 
members()
Returns an Enumeration of the members of a group.  | 
 boolean | 
removeMember(java.security.Principal impossible)
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 | 
| Constructor Detail | 
public Everyone(ListableRealm r)
r - Realm within which to create the group| Method Detail | 
public boolean isMember(java.security.Principal doesntMatter)
doesntMatter - Principalpublic boolean addMember(java.security.Principal unnecessary)
unnecessary - Principalpublic boolean removeMember(java.security.Principal impossible)
impossible - Principalpublic java.util.Enumeration members()
  | 
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs61  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||