Uses of Interface
org.keycloak.models.map.realm.entity.MapAuthenticationFlowEntity
- 
- 
Uses of MapAuthenticationFlowEntity in org.keycloak.models.map.realmMethods in org.keycloak.models.map.realm with parameters of type MapAuthenticationFlowEntity Modifier and Type Method Description voidMapRealmEntity. addAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow)voidMapRealmEntityDelegate. addAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow)voidMapRealmEntityFieldDelegate. addAuthenticationFlow(MapAuthenticationFlowEntity p0)voidMapRealmEntityImpl. addAuthenticationFlow(MapAuthenticationFlowEntity p0)voidMapRealmEntityImpl.Empty. addAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow)
- 
Uses of MapAuthenticationFlowEntity in org.keycloak.models.map.realm.entityClasses in org.keycloak.models.map.realm.entity that implement MapAuthenticationFlowEntity Modifier and Type Class Description classMapAuthenticationFlowEntityDelegateclassMapAuthenticationFlowEntityFieldDelegateclassMapAuthenticationFlowEntityImplstatic classMapAuthenticationFlowEntityImpl.EmptyMethods in org.keycloak.models.map.realm.entity that return MapAuthenticationFlowEntity Modifier and Type Method Description static MapAuthenticationFlowEntityMapAuthenticationFlowEntityCloner. deepClone(MapAuthenticationFlowEntity original, MapAuthenticationFlowEntity target)static MapAuthenticationFlowEntityMapAuthenticationFlowEntityCloner. deepCloneNoId(MapAuthenticationFlowEntity original, MapAuthenticationFlowEntity target)static MapAuthenticationFlowEntityMapAuthenticationFlowEntity. fromModel(AuthenticationFlowModel model)Methods in org.keycloak.models.map.realm.entity that return types with arguments of type MapAuthenticationFlowEntity Modifier and Type Method Description DelegateProvider<MapAuthenticationFlowEntity>MapAuthenticationFlowEntityDelegate. getDelegateProvider()EntityFieldDelegate<MapAuthenticationFlowEntity>MapAuthenticationFlowEntityFieldDelegate. getEntityFieldDelegate()Methods in org.keycloak.models.map.realm.entity with parameters of type MapAuthenticationFlowEntity Modifier and Type Method Description static MapAuthenticationFlowEntityMapAuthenticationFlowEntityCloner. deepClone(MapAuthenticationFlowEntity original, MapAuthenticationFlowEntity target)static MapAuthenticationFlowEntityMapAuthenticationFlowEntityCloner. deepCloneNoId(MapAuthenticationFlowEntity original, MapAuthenticationFlowEntity target)static AuthenticationFlowModelMapAuthenticationFlowEntity. toModel(MapAuthenticationFlowEntity entity)Constructor parameters in org.keycloak.models.map.realm.entity with type arguments of type MapAuthenticationFlowEntity Constructor Description MapAuthenticationFlowEntityDelegate(DelegateProvider<MapAuthenticationFlowEntity> delegateProvider)MapAuthenticationFlowEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationFlowEntity> entityFieldDelegate)
- 
Uses of MapAuthenticationFlowEntity in org.keycloak.models.map.storage.hotRod.realmMethods in org.keycloak.models.map.storage.hotRod.realm that return types with arguments of type MapAuthenticationFlowEntity Modifier and Type Method Description Optional<MapAuthenticationFlowEntity>HotRodRealmEntityDelegate. getAuthenticationFlow(String p0)Set<MapAuthenticationFlowEntity>HotRodRealmEntityDelegate. getAuthenticationFlows()Methods in org.keycloak.models.map.storage.hotRod.realm with parameters of type MapAuthenticationFlowEntity Modifier and Type Method Description voidHotRodRealmEntityDelegate. addAuthenticationFlow(MapAuthenticationFlowEntity p0)
- 
Uses of MapAuthenticationFlowEntity in org.keycloak.models.map.storage.hotRod.realm.entityClasses in org.keycloak.models.map.storage.hotRod.realm.entity that implement MapAuthenticationFlowEntity Modifier and Type Class Description classHotRodAuthenticationFlowEntityDelegate
- 
Uses of MapAuthenticationFlowEntity in org.keycloak.models.map.storage.jpa.realm.entityMethods in org.keycloak.models.map.storage.jpa.realm.entity that return types with arguments of type MapAuthenticationFlowEntity Modifier and Type Method Description Optional<MapAuthenticationFlowEntity>JpaRealmEntity. getAuthenticationFlow(String p0)Set<MapAuthenticationFlowEntity>JpaRealmEntity. getAuthenticationFlows()Methods in org.keycloak.models.map.storage.jpa.realm.entity with parameters of type MapAuthenticationFlowEntity Modifier and Type Method Description voidJpaRealmEntity. addAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow)
 
-