Uses of Enum
org.apache.shiro.realm.jdbc.JdbcRealm.SaltStyle
Packages that use JdbcRealm.SaltStyle
Package
Description
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
Subclasses with type arguments of type JdbcRealm.SaltStyle in org.apache.shiro.realm.jdbcModifier and TypeClassDescriptionstatic enumPassword hash salt configuration.Fields in org.apache.shiro.realm.jdbc declared as JdbcRealm.SaltStyleMethods in org.apache.shiro.realm.jdbc that return JdbcRealm.SaltStyleModifier and TypeMethodDescriptionstatic JdbcRealm.SaltStyleReturns 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.SaltStyleModifier and TypeMethodDescriptionvoidJdbcRealm.setSaltStyle(JdbcRealm.SaltStyle saltStyle) Sets the salt style.