public class Group extends Object implements Serializable
User can belong to one or more groups.public Group(String... group)
new Group("platform", "administrators")group - the groupIllegalArgumentException - if group is null or emptypublic Group(String id)
new Group("/platform/administrators")id - the id of the groupIllegalArgumentException - if id is nullCopyright © 2013 JBoss by Red Hat. All Rights Reserved.