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: 485d2b74f7abc6dd1d416d039ea774c1a7d2247d $
See Also:
SecurityReferenceFactory}, Serialized Form

Field Summary
 
Fields inherited from class org.xwiki.security.SecurityReference
FARM, mainWikiReference
 
Fields inherited from class org.xwiki.model.reference.EntityReference
TOSTRING_SERIALIZER
 
Method Summary
 
Methods inherited from class org.xwiki.security.UserSecurityReference
getOriginalReference, isGlobal
 
Methods inherited from class org.xwiki.security.SecurityReference
getOriginalDocumentReference, getOriginalSpaceReference, getOriginalWikiReference, getParentSecurityReference, getReversedSecurityReferenceChain, getSecurityType, getWikiReference
 
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–2015 XWiki. All rights reserved.