Uses of Interface
org.keycloak.models.map.realm.entity.MapAuthenticatorConfigEntity
- 
- 
Uses of MapAuthenticatorConfigEntity in org.keycloak.models.map.realmMethods in org.keycloak.models.map.realm with parameters of type MapAuthenticatorConfigEntity Modifier and Type Method Description voidMapRealmEntity. addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig)voidMapRealmEntityDelegate. addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig)voidMapRealmEntityFieldDelegate. addAuthenticatorConfig(MapAuthenticatorConfigEntity p0)voidMapRealmEntityImpl. addAuthenticatorConfig(MapAuthenticatorConfigEntity p0)voidMapRealmEntityImpl.Empty. addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig)
- 
Uses of MapAuthenticatorConfigEntity in org.keycloak.models.map.realm.entityClasses in org.keycloak.models.map.realm.entity that implement MapAuthenticatorConfigEntity Modifier and Type Class Description classMapAuthenticatorConfigEntityDelegateclassMapAuthenticatorConfigEntityFieldDelegateclassMapAuthenticatorConfigEntityImplstatic classMapAuthenticatorConfigEntityImpl.EmptyMethods in org.keycloak.models.map.realm.entity that return MapAuthenticatorConfigEntity Modifier and Type Method Description static MapAuthenticatorConfigEntityMapAuthenticatorConfigEntityCloner. deepClone(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target)static MapAuthenticatorConfigEntityMapAuthenticatorConfigEntityCloner. deepCloneNoId(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target)static MapAuthenticatorConfigEntityMapAuthenticatorConfigEntity. fromModel(AuthenticatorConfigModel model)Methods in org.keycloak.models.map.realm.entity that return types with arguments of type MapAuthenticatorConfigEntity Modifier and Type Method Description DelegateProvider<MapAuthenticatorConfigEntity>MapAuthenticatorConfigEntityDelegate. getDelegateProvider()EntityFieldDelegate<MapAuthenticatorConfigEntity>MapAuthenticatorConfigEntityFieldDelegate. getEntityFieldDelegate()Methods in org.keycloak.models.map.realm.entity with parameters of type MapAuthenticatorConfigEntity Modifier and Type Method Description static MapAuthenticatorConfigEntityMapAuthenticatorConfigEntityCloner. deepClone(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target)static MapAuthenticatorConfigEntityMapAuthenticatorConfigEntityCloner. deepCloneNoId(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target)static AuthenticatorConfigModelMapAuthenticatorConfigEntity. toModel(MapAuthenticatorConfigEntity entity)Constructor parameters in org.keycloak.models.map.realm.entity with type arguments of type MapAuthenticatorConfigEntity Constructor Description MapAuthenticatorConfigEntityDelegate(DelegateProvider<MapAuthenticatorConfigEntity> delegateProvider)MapAuthenticatorConfigEntityFieldDelegate(EntityFieldDelegate<MapAuthenticatorConfigEntity> entityFieldDelegate)
- 
Uses of MapAuthenticatorConfigEntity in org.keycloak.models.map.storage.hotRod.realmMethods in org.keycloak.models.map.storage.hotRod.realm that return types with arguments of type MapAuthenticatorConfigEntity Modifier and Type Method Description Optional<MapAuthenticatorConfigEntity>HotRodRealmEntityDelegate. getAuthenticatorConfig(String p0)Set<MapAuthenticatorConfigEntity>HotRodRealmEntityDelegate. getAuthenticatorConfigs()Methods in org.keycloak.models.map.storage.hotRod.realm with parameters of type MapAuthenticatorConfigEntity Modifier and Type Method Description voidHotRodRealmEntityDelegate. addAuthenticatorConfig(MapAuthenticatorConfigEntity p0)
- 
Uses of MapAuthenticatorConfigEntity in org.keycloak.models.map.storage.hotRod.realm.entityClasses in org.keycloak.models.map.storage.hotRod.realm.entity that implement MapAuthenticatorConfigEntity Modifier and Type Class Description classHotRodAuthenticatorConfigEntityDelegate
- 
Uses of MapAuthenticatorConfigEntity 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 MapAuthenticatorConfigEntity Modifier and Type Method Description Optional<MapAuthenticatorConfigEntity>JpaRealmEntity. getAuthenticatorConfig(String p0)Set<MapAuthenticatorConfigEntity>JpaRealmEntity. getAuthenticatorConfigs()Methods in org.keycloak.models.map.storage.jpa.realm.entity with parameters of type MapAuthenticatorConfigEntity Modifier and Type Method Description voidJpaRealmEntity. addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig)
 
-