Java java.security.acl Group fields, constructors, methods, implement or subclass

Example usage for Java java.security.acl Group fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.acl Group.

The text is from its open source code.

Method

booleanaddMember(Principal user)
Adds the specified member to the group.
StringgetName()
Returns the name of this principal.
booleanisMember(Principal member)
Returns true if the passed principal is a member of the group.
Enumerationmembers()
Returns an enumeration of the members in the group.
booleanremoveMember(Principal user)
Removes the specified member from the group.
StringtoString()
Returns a string representation of this principal.