Uses of Class
org.apache.shiro.authz.UnauthorizedException
-
Packages that use UnauthorizedException Package Description org.apache.shiro.authz Core interfaces and exceptions supporting Authorization (access control). -
-
Uses of UnauthorizedException in org.apache.shiro.authz
Subclasses of UnauthorizedException in org.apache.shiro.authz Modifier and Type Class Description class
HostUnauthorizedException
Thrown when a particular client (that is, host address) has not been enabled to access the system or if the client has been enabled access but is not permitted to perform a particular operation or access a particular resource.
-