keycloak
|
公開メンバ関数 | |
UserCredentialModel () | |
String | getType () |
void | setType (String type) |
String | getValue () |
void | setValue (String value) |
String | getDevice () |
void | setDevice (String device) |
String | getAlgorithm () |
void | setAlgorithm (String algorithm) |
void | setNote (String key, String value) |
void | removeNote (String key) |
Object | getNote (String key) |
静的公開メンバ関数 | |
static PasswordUserCredentialModel | password (String password) |
static PasswordUserCredentialModel | password (String password, boolean adminRequest) |
static UserCredentialModel | passwordToken (String passwordToken) |
static UserCredentialModel | secret (String password) |
static UserCredentialModel | otp (String type, String key) |
static UserCredentialModel | totp (String key) |
static UserCredentialModel | hotp (String key) |
static UserCredentialModel | kerberos (String token) |
static UserCredentialModel | generateSecret () |
static boolean | isOtp (String type) |
静的公開変数類 | |
static final String | PASSWORD = CredentialModel.PASSWORD |
static final String | PASSWORD_HISTORY = CredentialModel.PASSWORD_HISTORY |
static final String | PASSWORD_TOKEN = CredentialModel.PASSWORD_TOKEN |
static final String | SECRET = CredentialModel.SECRET |
static final String | TOTP = CredentialModel.TOTP |
static final String | HOTP = CredentialModel.HOTP |
static final String | CLIENT_CERT = CredentialModel.CLIENT_CERT |
static final String | KERBEROS = CredentialModel.KERBEROS |
限定公開変数類 | |
String | type |
String | value |
String | device |
String | algorithm |
Map< String, Object > | notes = new HashMap<>() |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
protected |
|
static |
|
protected |
|
static |
|
static |
|
protected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
|
protected |