|
keycloak
|


クラス | |
| class | ExecutionComparator |
| enum | Requirement |
公開メンバ関数 | |
| String | getId () |
| void | setId (String id) |
| String | getAuthenticatorConfig () |
| void | setAuthenticatorConfig (String authenticatorConfig) |
| String | getAuthenticator () |
| void | setAuthenticator (String authenticator) |
| Requirement | getRequirement () |
| void | setRequirement (Requirement requirement) |
| int | getPriority () |
| void | setPriority (int priority) |
| String | getParentFlow () |
| void | setParentFlow (String parentFlow) |
| String | getFlowId () |
| void | setFlowId (String flowId) |
| boolean | isAuthenticatorFlow () |
| void | setAuthenticatorFlow (boolean authenticatorFlow) |
| boolean | isRequired () |
| boolean | isOptional () |
| boolean | isAlternative () |
| boolean | isDisabled () |
| boolean | isEnabled () |
非公開変数類 | |
| String | id |
| String | authenticatorConfig |
| String | authenticator |
| String | flowId |
| boolean | authenticatorFlow |
| Requirement | requirement |
| int | priority |
| String | parentFlow |
| enum org::keycloak::models::AuthenticationExecutionModel::Requirement |

| 列挙値 | ALTERNATIVE | DISABLED | OPTIONAL | REQUIRED |
|---|
|
inline |
|
inline |
|
inline |
If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModel
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Is the referenced authenticator a flow?
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.13