Uses of Class
org.apache.shiro.authz.annotation.Logical
-
Packages that use Logical Package Description org.apache.shiro.authz.annotation Annotations used to restrict which classes, instances, or methods may be accessed or invoked depending on the caller's access abilities or authentication state. -
-
Uses of Logical in org.apache.shiro.authz.annotation
Methods in org.apache.shiro.authz.annotation that return Logical Modifier and Type Method Description Logical
logical()
The logical operation for the permission checks in case multiple roles are specified.Logical
logical()
The logical operation for the permission check in case multiple roles are specified.static Logical
Logical. valueOf(String name)
Returns the enum constant of this type with the specified name.static Logical[]
Logical. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-