Uses of Class
org.apache.shiro.authz.annotation.Logical

Packages that use Logical
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
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-2012 The Apache Software Foundation. All Rights Reserved.