Uses of Interface
org.keycloak.models.map.lock.MapLockEntity
Packages that use MapLockEntity
-
Uses of MapLockEntity in org.keycloak.models.map.lock
Classes in org.keycloak.models.map.lock that implement MapLockEntityModifier and TypeClassDescriptionstatic classclassclassclassstatic classFields in org.keycloak.models.map.lock with type parameters of type MapLockEntityModifier and TypeFieldDescriptionstatic final SearchableModelField<MapLockEntity>MapLockEntity.SearchableFields.NAMEMethods in org.keycloak.models.map.lock that return MapLockEntityModifier and TypeMethodDescriptionstatic MapLockEntityMapLockEntityCloner.deepClone(MapLockEntity original, MapLockEntity target) static MapLockEntityMapLockEntityCloner.deepCloneNoId(MapLockEntity original, MapLockEntity target) Methods in org.keycloak.models.map.lock that return types with arguments of type MapLockEntityModifier and TypeMethodDescriptionMapLockEntityDelegate.getDelegateProvider()MapLockEntityFieldDelegate.getEntityFieldDelegate()Methods in org.keycloak.models.map.lock with parameters of type MapLockEntityModifier and TypeMethodDescriptionstatic MapLockEntityMapLockEntityCloner.deepClone(MapLockEntity original, MapLockEntity target) static MapLockEntityMapLockEntityCloner.deepCloneNoId(MapLockEntity original, MapLockEntity target) default booleanMapLockEntity.isLockUnchanged(MapLockEntity otherMapLock) Constructor parameters in org.keycloak.models.map.lock with type arguments of type MapLockEntityModifierConstructorDescriptionMapGlobalLockProvider(KeycloakSession session, long defaultTimeoutMilliseconds, Supplier<MapStorage<MapLockEntity, MapLockEntity>> lockStoreSupplier) MapGlobalLockProvider(KeycloakSession session, long defaultTimeoutMilliseconds, Supplier<MapStorage<MapLockEntity, MapLockEntity>> lockStoreSupplier) MapLockEntityDelegate(DelegateProvider<MapLockEntity> delegateProvider) MapLockEntityFieldDelegate(EntityFieldDelegate<MapLockEntity> entityFieldDelegate)