Constant Field Values
Contents
org.apache.*
-
org.apache.shiro.authc.credential.DefaultPasswordService Modifier and Type Constant Field Value public static final String
DEFAULT_HASH_ALGORITHM
"SHA-256"
public static final int
DEFAULT_HASH_ITERATIONS
500000
-
org.apache.shiro.authz.permission.WildcardPermission Modifier and Type Constant Field Value protected static final boolean
DEFAULT_CASE_SENSITIVE
false
protected static final String
PART_DIVIDER_TOKEN
":"
protected static final String
SUBPART_DIVIDER_TOKEN
","
protected static final String
WILDCARD_TOKEN
"*"
-
org.apache.shiro.config.IniFactorySupport<T> Modifier and Type Constant Field Value public static final String
DEFAULT_INI_RESOURCE_PATH
"classpath:shiro.ini"
-
org.apache.shiro.config.IniSecurityManagerFactory Modifier and Type Constant Field Value public static final String
INI_REALM_NAME
"iniRealm"
public static final String
MAIN_SECTION_NAME
"main"
public static final String
SECURITY_MANAGER_NAME
"securityManager"
-
org.apache.shiro.env.DefaultEnvironment Modifier and Type Constant Field Value public static final String
DEFAULT_SECURITY_MANAGER_KEY
"securityManager"
-
org.apache.shiro.jndi.JndiLocator Modifier and Type Constant Field Value public static final String
CONTAINER_PREFIX
"java:comp/env/"
-
org.apache.shiro.realm.jdbc.JdbcRealm Modifier and Type Constant Field Value protected static final String
DEFAULT_AUTHENTICATION_QUERY
"select password from users where username = ?"
protected static final String
DEFAULT_PERMISSIONS_QUERY
"select permission from roles_permissions where role_name = ?"
protected static final String
DEFAULT_SALTED_AUTHENTICATION_QUERY
"select password, password_salt from users where username = ?"
protected static final String
DEFAULT_USER_ROLES_QUERY
"select role_name from user_roles where username = ?"
-
org.apache.shiro.realm.ldap.DefaultLdapContextFactory Modifier and Type Constant Field Value protected static final String
SUN_CONNECTION_POOLING_PROPERTY
"com.sun.jndi.ldap.connect.pool"
-
org.apache.shiro.realm.ldap.JndiLdapContextFactory Modifier and Type Constant Field Value protected static final String
DEFAULT_CONTEXT_FACTORY_CLASS_NAME
"com.sun.jndi.ldap.LdapCtxFactory"
protected static final String
DEFAULT_REFERRAL
"follow"
protected static final String
SIMPLE_AUTHENTICATION_MECHANISM_NAME
"simple"
protected static final String
SUN_CONNECTION_POOLING_PROPERTY
"com.sun.jndi.ldap.connect.pool"
-
org.apache.shiro.realm.text.IniRealm Modifier and Type Constant Field Value public static final String
ROLES_SECTION_NAME
"roles"
public static final String
USERS_SECTION_NAME
"users"
-
org.apache.shiro.session.mgt.AbstractSessionManager Modifier and Type Constant Field Value public static final long
DEFAULT_GLOBAL_SESSION_TIMEOUT
1800000L
protected static final long
MILLIS_PER_HOUR
3600000L
protected static final long
MILLIS_PER_MINUTE
60000L
protected static final long
MILLIS_PER_SECOND
1000L
-
org.apache.shiro.session.mgt.AbstractValidatingSessionManager Modifier and Type Constant Field Value public static final long
DEFAULT_SESSION_VALIDATION_INTERVAL
3600000L
-
org.apache.shiro.session.mgt.SimpleSession Modifier and Type Constant Field Value protected static final long
MILLIS_PER_HOUR
3600000L
protected static final long
MILLIS_PER_MINUTE
60000L
protected static final long
MILLIS_PER_SECOND
1000L
-
org.apache.shiro.session.mgt.eis.CachingSessionDAO Modifier and Type Constant Field Value public static final String
ACTIVE_SESSION_CACHE_NAME
"shiro-activeSessionCache"
-
org.apache.shiro.util.AntPathMatcher Modifier and Type Constant Field Value public static final String
DEFAULT_PATH_SEPARATOR
"/"
-
org.apache.shiro.util.JavaEnvironment Modifier and Type Constant Field Value public static final int
JAVA_13
0
public static final int
JAVA_14
1
public static final int
JAVA_15
2
public static final int
JAVA_16
3
public static final int
JAVA_17
4
public static final int
JAVA_18
5