| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.utils |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationFlowModel |
RealmModel.addAuthenticationFlow(AuthenticationFlowModel model) |
AuthenticationFlowModel |
RealmModel.getAuthenticationFlowById(String id) |
AuthenticationFlowModel |
RealmModel.getBrowserFlow() |
AuthenticationFlowModel |
RealmModel.getClientAuthenticationFlow() |
AuthenticationFlowModel |
RealmModel.getDirectGrantFlow() |
AuthenticationFlowModel |
RealmModel.getFlowByAlias(String alias) |
AuthenticationFlowModel |
RealmModel.getRegistrationFlow() |
AuthenticationFlowModel |
RealmModel.getResetCredentialsFlow() |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationFlowModel> |
RealmModel.getAuthenticationFlows() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationFlowModel |
RealmModel.addAuthenticationFlow(AuthenticationFlowModel model) |
void |
RealmModel.removeAuthenticationFlow(AuthenticationFlowModel model) |
void |
RealmModel.setBrowserFlow(AuthenticationFlowModel flow) |
void |
RealmModel.setClientAuthenticationFlow(AuthenticationFlowModel flow) |
void |
RealmModel.setDirectGrantFlow(AuthenticationFlowModel flow) |
void |
RealmModel.setRegistrationFlow(AuthenticationFlowModel flow) |
void |
RealmModel.setResetCredentialsFlow(AuthenticationFlowModel flow) |
void |
RealmModel.updateAuthenticationFlow(AuthenticationFlowModel model) |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationFlowModel |
RepresentationToModel.toModel(AuthenticationFlowRepresentation rep) |
| Modifier and Type | Method and Description |
|---|---|
static void |
KeycloakModelUtils.deepFindAuthenticationExecutions(RealmModel realm,
AuthenticationFlowModel flow,
List<AuthenticationExecutionModel> result)
Recursively find all AuthenticationExecutionModel from specified flow or all it's subflows
|
static boolean |
KeycloakModelUtils.isFlowUsed(RealmModel realm,
AuthenticationFlowModel model)
Check to see if a flow is currently in use
|
static AuthenticationFlowRepresentation |
ModelToRepresentation.toRepresentation(RealmModel realm,
AuthenticationFlowModel model) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.