API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.acl. Group View Source
Author(s)
Satish Dharmaraj
Since
Version
Serial
Hierarchy
 Principal
      Group
Subinterfaces
Description
public interface Group
  This interface is used to represent a group of principals.
See also:   
Methods
Hide/Show inherited methods
public boolean addMember (Principal user)
  Adds the specified member to the group.
public boolean isMember (Principal member)
  Returns true if the passed principal is a member of the group.
public Enumeration<Principal> members ()
  Returns an enumeration of the members in the group.
public boolean removeMember (Principal user)
  Removes the specified member from the group.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar