Uses of Interface
org.keycloak.models.map.realm.entity.MapOTPPolicyEntity
- 
- 
Uses of MapOTPPolicyEntity in org.keycloak.models.map.realmMethods in org.keycloak.models.map.realm that return MapOTPPolicyEntity Modifier and Type Method Description MapOTPPolicyEntityMapRealmEntity. getOTPPolicy()MapOTPPolicyEntityMapRealmEntityDelegate. getOTPPolicy()MapOTPPolicyEntityMapRealmEntityFieldDelegate. getOTPPolicy()MapOTPPolicyEntityMapRealmEntityImpl.Empty. getOTPPolicy()MapOTPPolicyEntityMapRealmEntityImpl. getOTPPolicy()Methods in org.keycloak.models.map.realm with parameters of type MapOTPPolicyEntity Modifier and Type Method Description voidMapRealmEntity. setOTPPolicy(MapOTPPolicyEntity otpPolicy)voidMapRealmEntityDelegate. setOTPPolicy(MapOTPPolicyEntity otpPolicy)voidMapRealmEntityFieldDelegate. setOTPPolicy(MapOTPPolicyEntity p0)voidMapRealmEntityImpl.Empty. setOTPPolicy(MapOTPPolicyEntity otpPolicy)voidMapRealmEntityImpl. setOTPPolicy(MapOTPPolicyEntity p0)
- 
Uses of MapOTPPolicyEntity in org.keycloak.models.map.realm.entityClasses in org.keycloak.models.map.realm.entity that implement MapOTPPolicyEntity Modifier and Type Class Description classMapOTPPolicyEntityDelegateclassMapOTPPolicyEntityFieldDelegateclassMapOTPPolicyEntityImplstatic classMapOTPPolicyEntityImpl.EmptyMethods in org.keycloak.models.map.realm.entity that return MapOTPPolicyEntity Modifier and Type Method Description static MapOTPPolicyEntityMapOTPPolicyEntityCloner. deepClone(MapOTPPolicyEntity original, MapOTPPolicyEntity target)static MapOTPPolicyEntityMapOTPPolicyEntity. 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 MapOTPPolicyEntityMapOTPPolicyEntityCloner. deepClone(MapOTPPolicyEntity original, MapOTPPolicyEntity target)static OTPPolicyMapOTPPolicyEntity. 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.realmMethods in org.keycloak.models.map.storage.hotRod.realm that return MapOTPPolicyEntity Modifier and Type Method Description MapOTPPolicyEntityHotRodRealmEntityDelegate. getOTPPolicy()Methods in org.keycloak.models.map.storage.hotRod.realm with parameters of type MapOTPPolicyEntity Modifier and Type Method Description voidHotRodRealmEntityDelegate. setOTPPolicy(MapOTPPolicyEntity p0)
- 
Uses of MapOTPPolicyEntity in org.keycloak.models.map.storage.hotRod.realm.entityClasses in org.keycloak.models.map.storage.hotRod.realm.entity that implement MapOTPPolicyEntity Modifier and Type Class Description classHotRodOTPPolicyEntityDelegate
- 
Uses of MapOTPPolicyEntity in org.keycloak.models.map.storage.jpa.realm.entityMethods in org.keycloak.models.map.storage.jpa.realm.entity that return MapOTPPolicyEntity Modifier and Type Method Description MapOTPPolicyEntityJpaRealmEntity. getOTPPolicy()Methods in org.keycloak.models.map.storage.jpa.realm.entity with parameters of type MapOTPPolicyEntity Modifier and Type Method Description voidJpaRealmEntity. setOTPPolicy(MapOTPPolicyEntity otpPolicy)
 
-