Uses of Class
org.keycloak.representations.idm.AuthenticationFlowRepresentation
Packages that use AuthenticationFlowRepresentation
Package
Description
-
Uses of AuthenticationFlowRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return AuthenticationFlowRepresentationModifier and TypeMethodDescriptionMethods in org.keycloak.admin.client.resource that return types with arguments of type AuthenticationFlowRepresentationMethods in org.keycloak.admin.client.resource with parameters of type AuthenticationFlowRepresentationModifier 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
Methods in org.keycloak.models.utils that return AuthenticationFlowRepresentationModifier and TypeMethodDescriptionModelToRepresentation.toRepresentation
(KeycloakSession session, RealmModel realm, AuthenticationFlowModel model) Methods in org.keycloak.models.utils with parameters of type AuthenticationFlowRepresentationModifier and TypeMethodDescriptionstatic AuthenticationFlowModel
RepresentationToModel.toModel
(AuthenticationFlowRepresentation rep) -
Uses of AuthenticationFlowRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type AuthenticationFlowRepresentationModifier and TypeFieldDescriptionprotected List<AuthenticationFlowRepresentation>
RealmRepresentation.authenticationFlows
Methods in org.keycloak.representations.idm that return types with arguments of type AuthenticationFlowRepresentationMethod parameters in org.keycloak.representations.idm with type arguments of type AuthenticationFlowRepresentationModifier and TypeMethodDescriptionvoid
RealmRepresentation.setAuthenticationFlows
(List<AuthenticationFlowRepresentation> authenticationFlows) -
Uses of AuthenticationFlowRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return AuthenticationFlowRepresentationModifier and TypeMethodDescriptionGet authentication flow for idMethods in org.keycloak.services.resources.admin that return types with arguments of type AuthenticationFlowRepresentationModifier and TypeMethodDescriptionAuthenticationManagementResource.getFlows()
Get authentication flows Returns a stream of authentication flows.Methods in org.keycloak.services.resources.admin with parameters of type AuthenticationFlowRepresentationModifier 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