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 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
| 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 |
Copyright © 2004–2015 XWiki. All rights reserved.