|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JdbcRealm.SaltStyle | |
---|---|
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 | |
---|---|
protected JdbcRealm.SaltStyle |
JdbcRealm.saltStyle
|
Methods in org.apache.shiro.realm.jdbc that return JdbcRealm.SaltStyle | |
---|---|
static JdbcRealm.SaltStyle |
JdbcRealm.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 | |
---|---|
void |
JdbcRealm.setSaltStyle(JdbcRealm.SaltStyle saltStyle)
Sets the salt style. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |