|
Whole document tree
java.security.acl
| |||||||||||||||||||||||||||||||||||||||||||||
| Method Summary | |
boolean |
addMember(Principal user)
Adds the specified member to the group. |
boolean |
isMember(Principal member)
Returns true if the passed principal is a member of the group. |
Enumeration |
members()
Returns an enumeration of the members in the group. |
boolean |
removeMember(Principal user)
Removes the specified member from the group. |
| Methods inherited from interface java.security.Principal |
equals, getName, hashCode, toString |
| Method Detail |
public boolean addMember(Principal user)
user - the principal to add to this group.public boolean removeMember(Principal user)
user - the principal to remove from this group.public boolean isMember(Principal member)
member - the principal whose membership is to be checked.public Enumeration members()
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.