Class ShiroSecurityConstants
- java.lang.Object
-
- org.apache.camel.component.shiro.security.ShiroSecurityConstants
-
public final class ShiroSecurityConstants extends Object
Shiro constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSHIRO_SECURITY_PASSWORDstatic StringSHIRO_SECURITY_TOKENstatic StringSHIRO_SECURITY_USERNAME
-
-
-
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
-
-