Class Group

java.lang.Object
org.glassfish.security.common.Group
All Implemented Interfaces:
Serializable, Principal

public class Group extends Object implements Principal, Serializable
This class implements the EJB concept of a Group. A Group is a privilege attribute that several Principals share. Or, in in other words, several Principals belong to a same group.
Author:
Harish Prabandham, David Matejcek
See Also: