|
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.GroupImpl
public class GroupImpl
GroupImpl implements Group, which is used to represent a group of principals. (A principal represents an entity such as an individual user or a company).
Note that Group extends Principal. Thus, either a Principal or a Group can be passed as an argument to methods containing a Principal parameter. For example, you can add either a Principal or a Group to a Group object by calling the object's addMember method, passing it the Principal or Group.
| Constructor Summary | |
|---|---|
GroupImpl(String name)
Deprecated. Constructs a group with the specified name. |
|
| Method Summary | |
|---|---|
boolean |
addMember(Principal principal)
Deprecated. Adds the specified member to the group. |
boolean |
isMember(Principal principal)
Deprecated. Returns true if the specified Principal is a member of the group. |
Enumeration |
members()
Deprecated. Returns an Enumeration of the members in the group. |
boolean |
removeMember(Principal principal)
Deprecated. Removes the specified 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 GroupImpl(String name)
| Method Detail |
|---|
public boolean addMember(Principal principal)
addMember in interface Groupprincipal - Principal to add to this group
Throws - IllegalArgumentException if the principal is
this group since a group can't contain itself.public boolean removeMember(Principal principal)
removeMember in interface Groupprincipal - Principal to remove from this group
public Enumeration members()
members in interface Grouppublic boolean isMember(Principal principal)
isMember in interface Groupprincipal - Principal whose membership is to be checked
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||