Uses of Class
org.keycloak.representations.idm.AuthenticationExecutionRepresentation
-
Packages that use AuthenticationExecutionRepresentation Package Description org.keycloak.admin.client.resource org.keycloak.models.utils org.keycloak.services.resources.admin -
-
Uses of AuthenticationExecutionRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return AuthenticationExecutionRepresentation Modifier and Type Method Description AuthenticationExecutionRepresentation
AuthenticationManagementResource. getExecution(String executionId)
Methods in org.keycloak.admin.client.resource with parameters of type AuthenticationExecutionRepresentation Modifier and Type Method Description javax.ws.rs.core.Response
AuthenticationManagementResource. addExecution(AuthenticationExecutionRepresentation model)
-
Uses of AuthenticationExecutionRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils with parameters of type AuthenticationExecutionRepresentation Modifier and Type Method Description static AuthenticationExecutionModel
RepresentationToModel. toModel(RealmModel realm, AuthenticationExecutionRepresentation rep)
-
Uses of AuthenticationExecutionRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin with parameters of type AuthenticationExecutionRepresentation Modifier and Type Method Description javax.ws.rs.core.Response
AuthenticationManagementResource. addExecution(AuthenticationExecutionRepresentation execution)
Add new authentication execution
-