Package | Description |
---|---|
org.apache.shiro.realm.jdbc |
Realms that acquire security data from an RDBMS (Relational Database Management System) using the
JDBC API.
|
Modifier and Type | Field and Description |
---|---|
protected JdbcRealm.SaltStyle |
JdbcRealm.saltStyle |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcRealm.setSaltStyle(JdbcRealm.SaltStyle saltStyle)
Sets the salt style.
|
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.