Uses of Class
org.keycloak.models.map.realm.entity.MapAuthenticationExecutionEntity
-
Packages that use MapAuthenticationExecutionEntity Package Description org.keycloak.models.map.realm org.keycloak.models.map.realm.entity -
-
Uses of MapAuthenticationExecutionEntity in org.keycloak.models.map.realm
Methods in org.keycloak.models.map.realm that return MapAuthenticationExecutionEntity Modifier and Type Method Description MapAuthenticationExecutionEntityMapRealmEntity. getAuthenticationExecution(String id)Methods in org.keycloak.models.map.realm that return types with arguments of type MapAuthenticationExecutionEntity Modifier and Type Method Description Stream<MapAuthenticationExecutionEntity>MapRealmEntity. getAuthenticationExecutions()Methods in org.keycloak.models.map.realm with parameters of type MapAuthenticationExecutionEntity Modifier and Type Method Description voidMapRealmEntity. addAuthenticatonExecution(MapAuthenticationExecutionEntity authenticationExecution)voidMapRealmEntity. updateAuthenticatonExecution(MapAuthenticationExecutionEntity authenticationExecution) -
Uses of MapAuthenticationExecutionEntity in org.keycloak.models.map.realm.entity
Methods in org.keycloak.models.map.realm.entity that return MapAuthenticationExecutionEntity Modifier and Type Method Description static MapAuthenticationExecutionEntityMapAuthenticationExecutionEntity. fromModel(AuthenticationExecutionModel model)Methods in org.keycloak.models.map.realm.entity with parameters of type MapAuthenticationExecutionEntity Modifier and Type Method Description static AuthenticationExecutionModelMapAuthenticationExecutionEntity. toModel(MapAuthenticationExecutionEntity entity)
-