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