Uses of Package
org.xwiki.security.authorization

Packages that use org.xwiki.security.authorization
org.xwiki.security.authorization   
org.xwiki.security.authorization.cache   
 

Classes in org.xwiki.security.authorization used by org.xwiki.security.authorization
AccessDeniedException
          Exception raised by the AuthorizationManager when denying access.
AuthorizationException
          This is the base exception raised for various reasons by the authorization module.
AuthorizationManager
          This is a new experimental API for checking the access rights of users on XWiki entities.
Right
          Enumeration of the possible rights.
RightDescription
          Describe a Right, allow adding new Rights, also implemented by the Right class.
RightSet
          Optimized set of Right.
RuleState
          The state of a particular right as determined by a security rule.
SecurityAccess
          Provide the allow/deny/undetermined state of a full set of rights.
SecurityAccessEntry
          A security access entry is the association of a user, an entity and a security access that represent an authorization settler decision.
SecurityEntry
          A security entry is the association of an entity and a set of security rules that constitute a elementary declarative information for the security settler to compute the security access of users.
SecurityEntryReader
          A security rules reader reads rules attached to a given entity.
SecurityRule
          A security rule, representing a declarative access right for some users, groups, and rights.
SecurityRuleEntry
          A security entry is the association of an entity and a set of security rules that constitute a elementary declarative information for the security settler to compute the security access of users.
UnableToRegisterRightException
          Raised when the authorization manager fails to register a new right for any reason.
 

Classes in org.xwiki.security.authorization used by org.xwiki.security.authorization.cache
AuthorizationException
          This is the base exception raised for various reasons by the authorization module.
SecurityAccessEntry
          A security access entry is the association of a user, an entity and a security access that represent an authorization settler decision.
SecurityEntry
          A security entry is the association of an entity and a set of security rules that constitute a elementary declarative information for the security settler to compute the security access of users.
SecurityRuleEntry
          A security entry is the association of an entity and a set of security rules that constitute a elementary declarative information for the security settler to compute the security access of users.
 



Copyright © 2004–2014 XWiki. All rights reserved.