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.resourceMethods in org.keycloak.admin.client.resource that return AuthenticationFlowRepresentation Modifier and Type Method Description AuthenticationFlowRepresentationAuthenticationManagementResource. 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.ResponseAuthenticationManagementResource. createFlow(AuthenticationFlowRepresentation model)voidAuthenticationManagementResource. updateFlow(String id, AuthenticationFlowRepresentation flow)
- 
Uses of AuthenticationFlowRepresentation in org.keycloak.models.utilsMethods in org.keycloak.models.utils that return AuthenticationFlowRepresentation Modifier and Type Method Description static AuthenticationFlowRepresentationModelToRepresentation. toRepresentation(RealmModel realm, AuthenticationFlowModel model)Methods in org.keycloak.models.utils with parameters of type AuthenticationFlowRepresentation Modifier and Type Method Description static AuthenticationFlowModelRepresentationToModel. toModel(AuthenticationFlowRepresentation rep)
- 
Uses of AuthenticationFlowRepresentation in org.keycloak.representations.idmFields in org.keycloak.representations.idm with type parameters of type AuthenticationFlowRepresentation Modifier and Type Field Description protected List<AuthenticationFlowRepresentation>RealmRepresentation. authenticationFlowsMethods 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 voidRealmRepresentation. setAuthenticationFlows(List<AuthenticationFlowRepresentation> authenticationFlows)
- 
Uses of AuthenticationFlowRepresentation in org.keycloak.services.resources.adminMethods in org.keycloak.services.resources.admin that return AuthenticationFlowRepresentation Modifier and Type Method Description AuthenticationFlowRepresentationAuthenticationManagementResource. 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.ResponseAuthenticationManagementResource. createFlow(AuthenticationFlowRepresentation flow)Create a new authentication flowjavax.ws.rs.core.ResponseAuthenticationManagementResource. updateFlow(String id, AuthenticationFlowRepresentation flow)Update an authentication flow
 
-