Package org.xwiki.security

Interface Summary
SecurityReferenceFactory Factory to create new SecurityReference, UserSecurityReference and GroupSecurityReference.
 

Class Summary
DefaultSecurityReferenceFactory SecurityReference factory.
GroupSecurityReference 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.
SecurityReference SecurityReference is a variant of EntityReference used internally in the security-autorization module, for the purpose of conveniently maintaining a hierarchy where all entities are rooted by the main wiki.
UserSecurityReference A user is represented internally in the authorization module by a UserSecurityReference corresponding to the DocumentReference of the user's profile document.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.