Uses of Class
org.keycloak.representations.idm.AuthenticationFlowRepresentation
Package
Description
-
Uses of AuthenticationFlowRepresentation in org.keycloak.admin.client.resource
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
AuthenticationManagementResource.createFlow
(AuthenticationFlowRepresentation model) void
AuthenticationManagementResource.updateFlow
(String id, AuthenticationFlowRepresentation flow) -
Uses of AuthenticationFlowRepresentation in org.keycloak.models.utils
Modifier and TypeMethodDescriptionModelToRepresentation.toRepresentation
(KeycloakSession session, RealmModel realm, AuthenticationFlowModel model) Modifier and TypeMethodDescriptionstatic AuthenticationFlowModel
RepresentationToModel.toModel
(AuthenticationFlowRepresentation rep) -
Uses of AuthenticationFlowRepresentation in org.keycloak.representations.idm
Modifier and TypeFieldDescriptionprotected List<AuthenticationFlowRepresentation>
RealmRepresentation.authenticationFlows
Modifier and TypeMethodDescriptionvoid
RealmRepresentation.setAuthenticationFlows
(List<AuthenticationFlowRepresentation> authenticationFlows) -
Uses of AuthenticationFlowRepresentation in org.keycloak.services.resources.admin
Modifier and TypeMethodDescriptionGet authentication flow for idModifier and TypeMethodDescriptionAuthenticationManagementResource.getFlows()
Get authentication flows Returns a stream of authentication flows.Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
AuthenticationManagementResource.createFlow
(AuthenticationFlowRepresentation flow) Create a new authentication flowvoid
AuthenticationManagementResource.updateFlow
(String id, AuthenticationFlowRepresentation flow) Update an authentication flow