Uses of Class
org.apache.shiro.realm.jdbc.JdbcRealm.SaltStyle
-
Packages that use JdbcRealm.SaltStyle Package Description org.apache.shiro.realm.jdbc Realms that acquire security data from an RDBMS (Relational Database Management System) using the JDBC API. -
-
Uses of JdbcRealm.SaltStyle in org.apache.shiro.realm.jdbc
Fields in org.apache.shiro.realm.jdbc declared as JdbcRealm.SaltStyle Modifier and Type Field Description protected JdbcRealm.SaltStyleJdbcRealm. saltStyleMethods in org.apache.shiro.realm.jdbc that return JdbcRealm.SaltStyle Modifier and Type Method Description static JdbcRealm.SaltStyleJdbcRealm.SaltStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static JdbcRealm.SaltStyle[]JdbcRealm.SaltStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.shiro.realm.jdbc with parameters of type JdbcRealm.SaltStyle Modifier and Type Method Description voidJdbcRealm. setSaltStyle(JdbcRealm.SaltStyle saltStyle)Sets the salt style.
-