Uses of Interface
org.keycloak.models.map.realm.entity.MapAuthenticatorConfigEntity
-
-
Uses of MapAuthenticatorConfigEntity in org.keycloak.models.map.realm
Methods in org.keycloak.models.map.realm with parameters of type MapAuthenticatorConfigEntity Modifier and Type Method Description void
MapRealmEntity. addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig)
void
MapRealmEntityDelegate. addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig)
void
MapRealmEntityFieldDelegate. addAuthenticatorConfig(MapAuthenticatorConfigEntity p0)
void
MapRealmEntityImpl. addAuthenticatorConfig(MapAuthenticatorConfigEntity p0)
void
MapRealmEntityImpl.Empty. addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig)
-
Uses of MapAuthenticatorConfigEntity in org.keycloak.models.map.realm.entity
Classes in org.keycloak.models.map.realm.entity that implement MapAuthenticatorConfigEntity Modifier and Type Class Description class
MapAuthenticatorConfigEntityDelegate
class
MapAuthenticatorConfigEntityFieldDelegate
class
MapAuthenticatorConfigEntityImpl
static class
MapAuthenticatorConfigEntityImpl.Empty
Methods in org.keycloak.models.map.realm.entity that return MapAuthenticatorConfigEntity Modifier and Type Method Description static MapAuthenticatorConfigEntity
MapAuthenticatorConfigEntityCloner. deepClone(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target)
static MapAuthenticatorConfigEntity
MapAuthenticatorConfigEntityCloner. deepCloneNoId(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target)
static MapAuthenticatorConfigEntity
MapAuthenticatorConfigEntity. 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 MapAuthenticatorConfigEntity
MapAuthenticatorConfigEntityCloner. deepClone(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target)
static MapAuthenticatorConfigEntity
MapAuthenticatorConfigEntityCloner. deepCloneNoId(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target)
static AuthenticatorConfigModel
MapAuthenticatorConfigEntity. 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.realm
Methods 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 void
HotRodRealmEntityDelegate. addAuthenticatorConfig(MapAuthenticatorConfigEntity p0)
-
Uses of MapAuthenticatorConfigEntity in org.keycloak.models.map.storage.hotRod.realm.entity
Classes in org.keycloak.models.map.storage.hotRod.realm.entity that implement MapAuthenticatorConfigEntity Modifier and Type Class Description class
HotRodAuthenticatorConfigEntityDelegate
-
Uses of MapAuthenticatorConfigEntity in org.keycloak.models.map.storage.jpa.realm.entity
Methods 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 void
JpaRealmEntity. addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig)
-