Uses of Class
org.xwiki.security.authorization.AuthorizationException

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

Uses of AuthorizationException in org.xwiki.security.authorization
 

Subclasses of AuthorizationException in org.xwiki.security.authorization
 class AccessDeniedException
          Exception raised by the AuthorizationManager when denying access.
 class EntityTypeNotSupportedException
          Thrown when attempting to load a right for an unsupported entity type.
 class UnableToRegisterRightException
          Raised when the authorization manager fails to register a new right for any reason.
 

Methods in org.xwiki.security.authorization that throw AuthorizationException
 SecurityRuleEntry SecurityEntryReader.read(SecurityReference entityReference)
          Read a collection of rules attached to a given entity.
 

Uses of AuthorizationException in org.xwiki.security.authorization.cache
 

Methods in org.xwiki.security.authorization.cache that throw AuthorizationException
 SecurityAccessEntry SecurityCacheLoader.load(UserSecurityReference user, SecurityReference entity)
          Load the cache with the required entries to look up the access for a given user on a given entity.
 



Copyright © 2004–2015 XWiki. All rights reserved.