Uses of Interface
org.keycloak.models.map.realm.entity.MapOTPPolicyEntity
Packages that use MapOTPPolicyEntity
Package
Description
-
Uses of MapOTPPolicyEntity in org.keycloak.models.map.realm
Methods in org.keycloak.models.map.realm that return MapOTPPolicyEntityModifier and TypeMethodDescriptionMapRealmEntity.getOTPPolicy()
MapRealmEntityDelegate.getOTPPolicy()
MapRealmEntityFieldDelegate.getOTPPolicy()
MapRealmEntityImpl.Empty.getOTPPolicy()
MapRealmEntityImpl.getOTPPolicy()
Methods in org.keycloak.models.map.realm with parameters of type MapOTPPolicyEntityModifier and TypeMethodDescriptionvoid
MapRealmEntity.setOTPPolicy
(MapOTPPolicyEntity otpPolicy) void
MapRealmEntityDelegate.setOTPPolicy
(MapOTPPolicyEntity otpPolicy) void
MapRealmEntityFieldDelegate.setOTPPolicy
(MapOTPPolicyEntity p0) void
MapRealmEntityImpl.Empty.setOTPPolicy
(MapOTPPolicyEntity otpPolicy) void
MapRealmEntityImpl.setOTPPolicy
(MapOTPPolicyEntity p0) -
Uses of MapOTPPolicyEntity in org.keycloak.models.map.realm.entity
Classes in org.keycloak.models.map.realm.entity that implement MapOTPPolicyEntityModifier and TypeClassDescriptionclass
class
class
static class
Methods in org.keycloak.models.map.realm.entity that return MapOTPPolicyEntityModifier and TypeMethodDescriptionstatic MapOTPPolicyEntity
MapOTPPolicyEntityCloner.deepClone
(MapOTPPolicyEntity original, MapOTPPolicyEntity target) static MapOTPPolicyEntity
Methods in org.keycloak.models.map.realm.entity that return types with arguments of type MapOTPPolicyEntityModifier and TypeMethodDescriptionMapOTPPolicyEntityDelegate.getDelegateProvider()
MapOTPPolicyEntityFieldDelegate.getEntityFieldDelegate()
Methods in org.keycloak.models.map.realm.entity with parameters of type MapOTPPolicyEntityModifier and TypeMethodDescriptionstatic MapOTPPolicyEntity
MapOTPPolicyEntityCloner.deepClone
(MapOTPPolicyEntity original, MapOTPPolicyEntity target) static OTPPolicy
MapOTPPolicyEntity.toModel
(MapOTPPolicyEntity entity) Constructor parameters in org.keycloak.models.map.realm.entity with type arguments of type MapOTPPolicyEntityModifierConstructorDescriptionMapOTPPolicyEntityDelegate
(DelegateProvider<MapOTPPolicyEntity> delegateProvider) MapOTPPolicyEntityFieldDelegate
(EntityFieldDelegate<MapOTPPolicyEntity> entityFieldDelegate) -
Uses of MapOTPPolicyEntity in org.keycloak.models.map.storage.hotRod.realm
Methods in org.keycloak.models.map.storage.hotRod.realm that return MapOTPPolicyEntityMethods in org.keycloak.models.map.storage.hotRod.realm with parameters of type MapOTPPolicyEntityModifier and TypeMethodDescriptionvoid
HotRodRealmEntityDelegate.setOTPPolicy
(MapOTPPolicyEntity p0) -
Uses of MapOTPPolicyEntity in org.keycloak.models.map.storage.hotRod.realm.entity
Classes in org.keycloak.models.map.storage.hotRod.realm.entity that implement MapOTPPolicyEntity -
Uses of MapOTPPolicyEntity in org.keycloak.models.map.storage.jpa.realm.entity
Methods in org.keycloak.models.map.storage.jpa.realm.entity that return MapOTPPolicyEntityMethods in org.keycloak.models.map.storage.jpa.realm.entity with parameters of type MapOTPPolicyEntity