Uses of Interface
org.keycloak.models.map.realm.entity.MapAuthenticatorConfigEntity
-
Packages that use MapAuthenticatorConfigEntity Package Description org.keycloak.models.map.realm org.keycloak.models.map.realm.entity -
-
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 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.entity
Classes 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 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)
-