Uses of Class
org.keycloak.models.map.realm.entity.MapAuthenticationFlowEntity
-
Packages that use MapAuthenticationFlowEntity Package Description org.keycloak.models.map.realm org.keycloak.models.map.realm.entity -
-
Uses of MapAuthenticationFlowEntity in org.keycloak.models.map.realm
Methods in org.keycloak.models.map.realm that return MapAuthenticationFlowEntity Modifier and Type Method Description MapAuthenticationFlowEntityMapRealmEntity. getAuthenticationFlow(String flowId)Methods in org.keycloak.models.map.realm that return types with arguments of type MapAuthenticationFlowEntity Modifier and Type Method Description Stream<MapAuthenticationFlowEntity>MapRealmEntity. getAuthenticationFlows()Methods in org.keycloak.models.map.realm with parameters of type MapAuthenticationFlowEntity Modifier and Type Method Description voidMapRealmEntity. addAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow)voidMapRealmEntity. updateAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow) -
Uses of MapAuthenticationFlowEntity in org.keycloak.models.map.realm.entity
Methods in org.keycloak.models.map.realm.entity that return MapAuthenticationFlowEntity Modifier and Type Method Description static MapAuthenticationFlowEntityMapAuthenticationFlowEntity. fromModel(AuthenticationFlowModel model)Methods in org.keycloak.models.map.realm.entity with parameters of type MapAuthenticationFlowEntity Modifier and Type Method Description static AuthenticationFlowModelMapAuthenticationFlowEntity. toModel(MapAuthenticationFlowEntity entity)
-