Uses of Class
org.keycloak.representations.idm.AuthenticationFlowRepresentation
-
Packages that use AuthenticationFlowRepresentation Package Description org.keycloak.admin.client.resource org.keycloak.models.utils org.keycloak.representations.idm org.keycloak.services.resources.admin -
-
Uses of AuthenticationFlowRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return AuthenticationFlowRepresentation Modifier and Type Method Description AuthenticationFlowRepresentation
AuthenticationManagementResource. getFlow(String id)
Methods in org.keycloak.admin.client.resource that return types with arguments of type AuthenticationFlowRepresentation Modifier and Type Method Description List<AuthenticationFlowRepresentation>
AuthenticationManagementResource. getFlows()
Methods in org.keycloak.admin.client.resource with parameters of type AuthenticationFlowRepresentation Modifier and Type Method Description javax.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 AuthenticationFlowRepresentation Modifier and Type Method Description static AuthenticationFlowRepresentation
ModelToRepresentation. toRepresentation(RealmModel realm, AuthenticationFlowModel model)
Methods in org.keycloak.models.utils with parameters of type AuthenticationFlowRepresentation Modifier and Type Method Description static AuthenticationFlowModel
RepresentationToModel. toModel(AuthenticationFlowRepresentation rep)
-
Uses of AuthenticationFlowRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type AuthenticationFlowRepresentation Modifier and Type Field Description protected List<AuthenticationFlowRepresentation>
RealmRepresentation. authenticationFlows
Methods in org.keycloak.representations.idm that return types with arguments of type AuthenticationFlowRepresentation Modifier and Type Method Description List<AuthenticationFlowRepresentation>
RealmRepresentation. getAuthenticationFlows()
Method parameters in org.keycloak.representations.idm with type arguments of type AuthenticationFlowRepresentation Modifier and Type Method Description void
RealmRepresentation. setAuthenticationFlows(List<AuthenticationFlowRepresentation> authenticationFlows)
-
Uses of AuthenticationFlowRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return AuthenticationFlowRepresentation Modifier and Type Method Description AuthenticationFlowRepresentation
AuthenticationManagementResource. getFlow(String id)
Get authentication flow for idMethods in org.keycloak.services.resources.admin that return types with arguments of type AuthenticationFlowRepresentation Modifier and Type Method Description Stream<AuthenticationFlowRepresentation>
AuthenticationManagementResource. getFlows()
Get authentication flows Returns a stream of authentication flows.Methods in org.keycloak.services.resources.admin with parameters of type AuthenticationFlowRepresentation Modifier and Type Method Description javax.ws.rs.core.Response
AuthenticationManagementResource. createFlow(AuthenticationFlowRepresentation flow)
Create a new authentication flowjavax.ws.rs.core.Response
AuthenticationManagementResource. updateFlow(String id, AuthenticationFlowRepresentation flow)
Update an authentication flow
-