Uses of Interface
org.keycloak.models.map.realm.entity.MapOTPPolicyEntity
-
-
Uses of MapOTPPolicyEntity in org.keycloak.models.map.realm
Methods in org.keycloak.models.map.realm that return MapOTPPolicyEntity Modifier and Type Method Description MapOTPPolicyEntity
MapRealmEntity. getOTPPolicy()
MapOTPPolicyEntity
MapRealmEntityDelegate. getOTPPolicy()
MapOTPPolicyEntity
MapRealmEntityFieldDelegate. getOTPPolicy()
MapOTPPolicyEntity
MapRealmEntityImpl.Empty. getOTPPolicy()
MapOTPPolicyEntity
MapRealmEntityImpl. getOTPPolicy()
Methods in org.keycloak.models.map.realm with parameters of type MapOTPPolicyEntity Modifier and Type Method Description void
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 MapOTPPolicyEntity Modifier and Type Class Description class
MapOTPPolicyEntityDelegate
class
MapOTPPolicyEntityFieldDelegate
class
MapOTPPolicyEntityImpl
static class
MapOTPPolicyEntityImpl.Empty
Methods in org.keycloak.models.map.realm.entity that return MapOTPPolicyEntity Modifier and Type Method Description static MapOTPPolicyEntity
MapOTPPolicyEntityCloner. deepClone(MapOTPPolicyEntity original, MapOTPPolicyEntity target)
static MapOTPPolicyEntity
MapOTPPolicyEntity. fromModel(OTPPolicy model)
Methods in org.keycloak.models.map.realm.entity that return types with arguments of type MapOTPPolicyEntity Modifier and Type Method Description DelegateProvider<MapOTPPolicyEntity>
MapOTPPolicyEntityDelegate. getDelegateProvider()
EntityFieldDelegate<MapOTPPolicyEntity>
MapOTPPolicyEntityFieldDelegate. getEntityFieldDelegate()
Methods in org.keycloak.models.map.realm.entity with parameters of type MapOTPPolicyEntity Modifier and Type Method Description static 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 MapOTPPolicyEntity Constructor Description MapOTPPolicyEntityDelegate(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 MapOTPPolicyEntity Modifier and Type Method Description MapOTPPolicyEntity
HotRodRealmEntityDelegate. getOTPPolicy()
Methods in org.keycloak.models.map.storage.hotRod.realm with parameters of type MapOTPPolicyEntity Modifier and Type Method Description void
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 Modifier and Type Class Description class
HotRodOTPPolicyEntityDelegate
-
Uses of MapOTPPolicyEntity in org.keycloak.models.map.storage.jpa.realm.entity
Methods in org.keycloak.models.map.storage.jpa.realm.entity that return MapOTPPolicyEntity Modifier and Type Method Description MapOTPPolicyEntity
JpaRealmEntity. getOTPPolicy()
Methods in org.keycloak.models.map.storage.jpa.realm.entity with parameters of type MapOTPPolicyEntity Modifier and Type Method Description void
JpaRealmEntity. setOTPPolicy(MapOTPPolicyEntity otpPolicy)
-