Package org.xwiki.security
Class GroupSecurityReference
- java.lang.Object
-
- org.xwiki.model.reference.EntityReference
-
- org.xwiki.security.SecurityReference
-
- org.xwiki.security.UserSecurityReference
-
- org.xwiki.security.GroupSecurityReference
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<EntityReference>
public class GroupSecurityReference extends UserSecurityReference
GroupSecurityReference is aSecurityReference
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: 45061aafa98d37377c2578b05e4ad55a393a71e8 $
- 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, equals, equals, equalsNonRecursive, extractFirstReference, extractReference, getName, getParameter, getParameters, getParent, getReversedReferenceChain, getRoot, getType, hashCode, hasParent, removeParent, replaceParent, replaceParent, setName, setParameter, setParameters, setParent, setType, size, toString
-
-