Uses of Class
org.keycloak.representations.idm.AuthenticationExecutionInfoRepresentation
-
Uses of AuthenticationExecutionInfoRepresentation in org.keycloak.admin.client.resource
Modifier and TypeMethodDescriptionAuthenticationManagementResource.getExecutions
(String flowAlias) Modifier and TypeMethodDescriptionvoid
AuthenticationManagementResource.updateExecutions
(String flowAlias, AuthenticationExecutionInfoRepresentation rep) -
Uses of AuthenticationExecutionInfoRepresentation in org.keycloak.services.resources.admin
Modifier and TypeMethodDescriptionAuthenticationManagementResource.getExecutions
(String flowAlias) Get authentication executions for a flowModifier and TypeMethodDescriptionvoid
AuthenticationManagementResource.updateExecutions
(String flowAlias, AuthenticationExecutionInfoRepresentation rep) Update authentication executions of a FlowModifier and TypeMethodDescriptionvoid
AuthenticationManagementResource.recurseExecutions
(AuthenticationFlowModel flow, List<AuthenticationExecutionInfoRepresentation> result, int level)