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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.