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 classAccessDeniedExceptionException raised by the AuthorizationManager when denying access.classEntityTypeNotSupportedExceptionThrown when attempting to load a right for an unsupported entity type.classUnableToRegisterRightExceptionRaised 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 SecurityRuleEntrySecurityEntryReader. 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 voidAuthorizationManager. unregister(Right right)Unregister the given customRight.voidDefaultAuthorizationManager. 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 SecurityAccessEntrySecurityCacheLoader. 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.
-