Uses of Class
org.xwiki.security.authorization.AuthorizationException
-
Packages that use AuthorizationException Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description SecurityRuleEntry
SecurityEntryReader. read(SecurityReference entityReference)
Read a collection of rules attached to a given entity.Collection<SecurityRule>
SecurityEntryReaderExtra. read(SecurityReference entityReference)
Read a collection of rules attached to a given entity.default void
AuthorizationManager. unregister(Right right)
Unregister the given customRight
.void
DefaultAuthorizationManager. unregister(Right right)
-
Uses of AuthorizationException in org.xwiki.security.authorization.cache
Methods in org.xwiki.security.authorization.cache that throw AuthorizationException Modifier and Type Method Description 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.
-