keycloak
|
公開メンバ関数 | |
CredentialModel | shallowClone () |
String | getId () |
void | setId (String id) |
String | getType () |
void | setType (String type) |
String | getValue () |
void | setValue (String value) |
String | getDevice () |
void | setDevice (String device) |
byte [] | getSalt () |
void | setSalt (byte[] salt) |
int | getHashIterations () |
void | setHashIterations (int iterations) |
Long | getCreatedDate () |
void | setCreatedDate (Long createdDate) |
int | getCounter () |
void | setCounter (int counter) |
String | getAlgorithm () |
void | setAlgorithm (String algorithm) |
int | getDigits () |
void | setDigits (int digits) |
int | getPeriod () |
void | setPeriod (int period) |
MultivaluedHashMap< String, String > | getConfig () |
void | setConfig (MultivaluedHashMap< String, String > config) |
静的公開変数類 | |
static final String | PASSWORD = "password" |
static final String | PASSWORD_HISTORY = "password-history" |
static final String | PASSWORD_TOKEN = "password-token" |
static final String | SECRET = "secret" |
static final String | TOTP = "totp" |
static final String | HOTP = "hotp" |
static final String | CLIENT_CERT = "cert" |
static final String | KERBEROS = "kerberos" |
static final String | OTP = "otp" |
非公開変数類 | |
String | id |
String | type |
String | value |
String | device |
byte [] | salt |
int | hashIterations |
Long | createdDate |
int | counter |
String | algorithm |
int | digits |
int | period |
MultivaluedHashMap< String, String > | config |
Used just in cases when we want to "directly" update or retrieve the hash or salt of user credential (For example during export/import)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
static |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
private |
|
private |
|
static |
|
static |
|
private |
|
private |