Package | Description |
---|---|
org.keycloak.models |
Modifier and Type | Method and Description |
---|---|
AuthenticationExecutionModel |
RealmModel.addAuthenticatorExecution(AuthenticationExecutionModel model) |
AuthenticationExecutionModel |
RealmModel.getAuthenticationExecutionByFlowId(String flowId) |
AuthenticationExecutionModel |
RealmModel.getAuthenticationExecutionById(String id) |
Modifier and Type | Method and Description |
---|---|
default List<AuthenticationExecutionModel> |
RealmModel.getAuthenticationExecutions(String flowId)
Deprecated.
Use
getAuthenticationExecutionsStream instead. |
Stream<AuthenticationExecutionModel> |
RealmModel.getAuthenticationExecutionsStream(String flowId)
Returns sorted (according to priority)
AuthenticationExecutionModel as a stream. |
Modifier and Type | Method and Description |
---|---|
AuthenticationExecutionModel |
RealmModel.addAuthenticatorExecution(AuthenticationExecutionModel model) |
int |
AuthenticationExecutionModel.ExecutionComparator.compare(AuthenticationExecutionModel o1,
AuthenticationExecutionModel o2) |
void |
RealmModel.removeAuthenticatorExecution(AuthenticationExecutionModel model) |
void |
RealmModel.updateAuthenticatorExecution(AuthenticationExecutionModel model) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.