Constant Field Values
Contents
org.apache.*
-
org.apache.shiro.authc.credential.DefaultPasswordService Modifier and Type Constant Field Value public static final StringDEFAULT_HASH_ALGORITHM"SHA-256"public static final intDEFAULT_HASH_ITERATIONS500000
-
org.apache.shiro.authz.permission.WildcardPermission Modifier and Type Constant Field Value protected static final booleanDEFAULT_CASE_SENSITIVEfalseprotected static final StringPART_DIVIDER_TOKEN":"protected static final StringSUBPART_DIVIDER_TOKEN","protected static final StringWILDCARD_TOKEN"*"
-
org.apache.shiro.config.IniFactorySupport<T> Modifier and Type Constant Field Value public static final StringDEFAULT_INI_RESOURCE_PATH"classpath:shiro.ini" -
org.apache.shiro.config.IniSecurityManagerFactory Modifier and Type Constant Field Value public static final StringINI_REALM_NAME"iniRealm"public static final StringMAIN_SECTION_NAME"main"public static final StringSECURITY_MANAGER_NAME"securityManager"
-
org.apache.shiro.env.DefaultEnvironment Modifier and Type Constant Field Value public static final StringDEFAULT_SECURITY_MANAGER_KEY"securityManager"
-
org.apache.shiro.jndi.JndiLocator Modifier and Type Constant Field Value public static final StringCONTAINER_PREFIX"java:comp/env/"
-
org.apache.shiro.realm.jdbc.JdbcRealm Modifier and Type Constant Field Value protected static final StringDEFAULT_AUTHENTICATION_QUERY"select password from users where username = ?"protected static final StringDEFAULT_PERMISSIONS_QUERY"select permission from roles_permissions where role_name = ?"protected static final StringDEFAULT_SALTED_AUTHENTICATION_QUERY"select password, password_salt from users where username = ?"protected static final StringDEFAULT_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 StringSUN_CONNECTION_POOLING_PROPERTY"com.sun.jndi.ldap.connect.pool" -
org.apache.shiro.realm.ldap.JndiLdapContextFactory Modifier and Type Constant Field Value protected static final StringDEFAULT_CONTEXT_FACTORY_CLASS_NAME"com.sun.jndi.ldap.LdapCtxFactory"protected static final StringDEFAULT_REFERRAL"follow"protected static final StringSIMPLE_AUTHENTICATION_MECHANISM_NAME"simple"protected static final StringSUN_CONNECTION_POOLING_PROPERTY"com.sun.jndi.ldap.connect.pool"
-
org.apache.shiro.realm.text.IniRealm Modifier and Type Constant Field Value public static final StringROLES_SECTION_NAME"roles"public static final StringUSERS_SECTION_NAME"users"
-
org.apache.shiro.session.mgt.AbstractSessionManager Modifier and Type Constant Field Value public static final longDEFAULT_GLOBAL_SESSION_TIMEOUT1800000Lprotected static final longMILLIS_PER_HOUR3600000Lprotected static final longMILLIS_PER_MINUTE60000Lprotected static final longMILLIS_PER_SECOND1000L -
org.apache.shiro.session.mgt.AbstractValidatingSessionManager Modifier and Type Constant Field Value public static final longDEFAULT_SESSION_VALIDATION_INTERVAL3600000L -
org.apache.shiro.session.mgt.SimpleSession Modifier and Type Constant Field Value protected static final longMILLIS_PER_HOUR3600000Lprotected static final longMILLIS_PER_MINUTE60000Lprotected static final longMILLIS_PER_SECOND1000L
-
org.apache.shiro.session.mgt.eis.CachingSessionDAO Modifier and Type Constant Field Value public static final StringACTIVE_SESSION_CACHE_NAME"shiro-activeSessionCache"
-
org.apache.shiro.util.AntPathMatcher Modifier and Type Constant Field Value public static final StringDEFAULT_PATH_SEPARATOR"/" -
org.apache.shiro.util.JavaEnvironment Modifier and Type Constant Field Value public static final intJAVA_130public static final intJAVA_141public static final intJAVA_152public static final intJAVA_163public static final intJAVA_174public static final intJAVA_185