org.xwiki.security
Class GroupSecurityReference

java.lang.Object
  extended by org.xwiki.model.reference.EntityReference
      extended by org.xwiki.security.SecurityReference
          extended by org.xwiki.security.UserSecurityReference
              extended by org.xwiki.security.GroupSecurityReference
All Implemented Interfaces:
Serializable, Cloneable, Comparable<EntityReference>

public class GroupSecurityReference
extends UserSecurityReference

GroupSecurityReference is a SecurityReference that is used to represent a security group, which is a set of users, such that rights can be assigned to the whole group at once. A security group entity is a document that represents the group by containing group member objects.

Since:
4.0M2
Version:
$Id$
See Also:
SecurityReferenceFactory}, Serialized Form

Field Summary
 
Fields inherited from class org.xwiki.security.SecurityReference
FARM
 
Method Summary
 
Methods inherited from class org.xwiki.security.UserSecurityReference
getOriginalReference
 
Methods inherited from class org.xwiki.security.SecurityReference
getOriginalDocumentReference, getOriginalSpaceReference, getOriginalWikiReference, getParentSecurityReference, getReversedSecurityReferenceChain, getSecurityType
 
Methods inherited from class org.xwiki.model.reference.EntityReference
appendParent, compareTo, equals, extractReference, getName, getParameter, getParent, getReversedReferenceChain, getRoot, getType, hashCode, removeParent, replaceParent, setName, setParameter, setParameters, setParent, setType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 



Copyright © 2004-2012 XWiki. All Rights Reserved.