org.apache.camel.component.shiro.security
Class ShiroSecurityConstants

java.lang.Object
  extended by org.apache.camel.component.shiro.security.ShiroSecurityConstants

public final class ShiroSecurityConstants
extends Object

Shiro constants.


Field Summary
static String SHIRO_SECURITY_PASSWORD
           
static String SHIRO_SECURITY_TOKEN
           
static String SHIRO_SECURITY_USERNAME
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHIRO_SECURITY_TOKEN

public static final String SHIRO_SECURITY_TOKEN
See Also:
Constant Field Values

SHIRO_SECURITY_USERNAME

public static final String SHIRO_SECURITY_USERNAME
See Also:
Constant Field Values

SHIRO_SECURITY_PASSWORD

public static final String SHIRO_SECURITY_PASSWORD
See Also:
Constant Field Values


Apache Camel