| Package | Description |
|---|---|
| org.keycloak.models.utils | |
| org.keycloak.representations.idm | |
| org.keycloak.services.resources.admin |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationFlowRepresentation |
ModelToRepresentation.toRepresentation(RealmModel realm,
AuthenticationFlowModel model) |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationFlowModel |
RepresentationToModel.toModel(AuthenticationFlowRepresentation rep) |
| Modifier and Type | Field and Description |
|---|---|
protected List<AuthenticationFlowRepresentation> |
RealmRepresentation.authenticationFlows |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationFlowRepresentation> |
RealmRepresentation.getAuthenticationFlows() |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmRepresentation.setAuthenticationFlows(List<AuthenticationFlowRepresentation> authenticationFlows) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationFlowRepresentation |
AuthenticationManagementResource.getFlow(String id)
Get authentication flow for id
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationFlowRepresentation> |
AuthenticationManagementResource.getFlows()
Get authentication flows
Returns a list of authentication flows.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AuthenticationManagementResource.createFlow(AuthenticationFlowRepresentation flow)
Create a new authentication flow
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.