Uses of Interface
org.keycloak.models.map.realm.entity.MapAuthenticatorConfigEntity
Package
Description
-
Uses of MapAuthenticatorConfigEntity in org.keycloak.models.map.realm
Modifier and TypeMethodDescriptionMapRealmEntity.getAuthenticatorConfig
(String authenticatorConfigId) MapRealmEntityDelegate.getAuthenticatorConfig
(String authenticatorConfigId) MapRealmEntityFieldDelegate.getAuthenticatorConfig
(String p0) MapRealmEntityImpl.Empty.getAuthenticatorConfig
(String authenticatorConfigId) MapRealmEntityImpl.getAuthenticatorConfig
(String p0) MapRealmEntity.getAuthenticatorConfigs()
MapRealmEntityDelegate.getAuthenticatorConfigs()
MapRealmEntityFieldDelegate.getAuthenticatorConfigs()
MapRealmEntityImpl.Empty.getAuthenticatorConfigs()
MapRealmEntityImpl.getAuthenticatorConfigs()
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
class
class
static class
Modifier and TypeMethodDescriptionstatic MapAuthenticatorConfigEntity
MapAuthenticatorConfigEntityCloner.deepClone
(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target) static MapAuthenticatorConfigEntity
MapAuthenticatorConfigEntityCloner.deepCloneNoId
(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target) static MapAuthenticatorConfigEntity
MapAuthenticatorConfigEntity.fromModel
(AuthenticatorConfigModel model) Modifier and TypeMethodDescriptionMapAuthenticatorConfigEntityDelegate.getDelegateProvider()
MapAuthenticatorConfigEntityFieldDelegate.getEntityFieldDelegate()
Modifier and TypeMethodDescriptionstatic MapAuthenticatorConfigEntity
MapAuthenticatorConfigEntityCloner.deepClone
(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target) static MapAuthenticatorConfigEntity
MapAuthenticatorConfigEntityCloner.deepCloneNoId
(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target) static AuthenticatorConfigModel
MapAuthenticatorConfigEntity.toModel
(MapAuthenticatorConfigEntity entity) ModifierConstructorDescriptionMapAuthenticatorConfigEntityDelegate
(DelegateProvider<MapAuthenticatorConfigEntity> delegateProvider) MapAuthenticatorConfigEntityFieldDelegate
(EntityFieldDelegate<MapAuthenticatorConfigEntity> entityFieldDelegate) -
Uses of MapAuthenticatorConfigEntity in org.keycloak.models.map.storage.hotRod.realm
Modifier and TypeMethodDescriptionHotRodRealmEntityDelegate.getAuthenticatorConfig
(String p0) HotRodRealmEntityDelegate.getAuthenticatorConfigs()
Modifier and TypeMethodDescriptionvoid
HotRodRealmEntityDelegate.addAuthenticatorConfig
(MapAuthenticatorConfigEntity p0) -
Uses of MapAuthenticatorConfigEntity in org.keycloak.models.map.storage.hotRod.realm.entity
-
Uses of MapAuthenticatorConfigEntity in org.keycloak.models.map.storage.jpa.realm.entity
Modifier and TypeMethodDescriptionJpaRealmEntity.getAuthenticatorConfig
(String p0) JpaRealmEntity.getAuthenticatorConfigs()
Modifier and TypeMethodDescriptionvoid
JpaRealmEntity.addAuthenticatorConfig
(MapAuthenticatorConfigEntity authenticatorConfig)