| Package | Description |
|---|---|
| org.keycloak.admin.client.resource | |
| org.keycloak.models.utils | |
| org.keycloak.representations.idm | |
| org.keycloak.services.resources.admin |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationFlowRepresentation |
AuthenticationManagementResource.getFlow(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationFlowRepresentation> |
AuthenticationManagementResource.getFlows() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AuthenticationManagementResource.createFlow(AuthenticationFlowRepresentation model) |
void |
AuthenticationManagementResource.updateFlow(String id,
AuthenticationFlowRepresentation flow) |
| 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 |
|---|---|
Stream<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
|
javax.ws.rs.core.Response |
AuthenticationManagementResource.updateFlow(String id,
AuthenticationFlowRepresentation flow)
Update an authentication flow
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.