Uses of Interface
org.keycloak.models.map.storage.MapStorage
Packages that use MapStorage
Package
Description
-
Uses of MapStorage in org.keycloak.models.map.authorization
Constructors in org.keycloak.models.map.authorization with parameters of type MapStorageModifierConstructorDescriptionMapAuthorizationStore(MapStorage<MapPermissionTicketEntity, PermissionTicket> permissionTicketStore, MapStorage<MapPolicyEntity, Policy> policyStore, MapStorage<MapResourceServerEntity, ResourceServer> resourceServerStore, MapStorage<MapResourceEntity, Resource> resourceStore, MapStorage<MapScopeEntity, Scope> scopeStore, AuthorizationProvider provider) MapPermissionTicketStore(MapStorage<MapPermissionTicketEntity, PermissionTicket> permissionTicketStore, AuthorizationProvider provider) MapPolicyStore(MapStorage<MapPolicyEntity, Policy> policyStore, AuthorizationProvider provider) MapResourceServerStore(MapStorage<MapResourceServerEntity, ResourceServer> resourceServerStore, AuthorizationProvider provider) MapResourceStore(MapStorage<MapResourceEntity, Resource> resourceStore, AuthorizationProvider provider) MapScopeStore(MapStorage<MapScopeEntity, Scope> scopeStore, AuthorizationProvider provider) -
Uses of MapStorage in org.keycloak.models.map.authSession
Fields in org.keycloak.models.map.authSession declared as MapStorageModifier and TypeFieldDescriptionprotected final MapStorage<MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel> MapRootAuthenticationSessionProvider.storeConstructors in org.keycloak.models.map.authSession with parameters of type MapStorageModifierConstructorDescriptionMapRootAuthenticationSessionProvider(KeycloakSession session, MapStorage<MapRootAuthenticationSessionEntity, RootAuthenticationSessionModel> sessionStore, int authSessionsLimit) -
Uses of MapStorage in org.keycloak.models.map.client
Constructors in org.keycloak.models.map.client with parameters of type MapStorageModifierConstructorDescriptionMapClientProvider(KeycloakSession session, MapStorage<MapClientEntity, ClientModel> clientStore, ConcurrentMap<String, ConcurrentMap<String, Long>> clientRegisteredNodesStore) -
Uses of MapStorage in org.keycloak.models.map.clientscope
Constructors in org.keycloak.models.map.clientscope with parameters of type MapStorageModifierConstructorDescriptionMapClientScopeProvider(KeycloakSession session, MapStorage<MapClientScopeEntity, ClientScopeModel> clientScopeStore) -
Uses of MapStorage in org.keycloak.models.map.common
Methods in org.keycloak.models.map.common with type parameters of type MapStorageModifier and TypeMethodDescriptionstatic <V extends AbstractEntity & UpdatableEntity,M, T extends MapStorage<V, M>>
TSessionAttributesUtils.createMapStorageIfAbsent(KeycloakSession session, Class<? extends MapStorageProvider> providerType, Class<M> modelType, int factoryId, Supplier<T> createNew) Used for creating a store instance only once within one KeycloakSession.Methods in org.keycloak.models.map.common that return MapStorageModifier and TypeMethodDescriptionMapStorage<V,M> AbstractMapProviderFactory.getMapStorage(KeycloakSession session) -
Uses of MapStorage in org.keycloak.models.map.events
Constructors in org.keycloak.models.map.events with parameters of type MapStorageModifierConstructorDescriptionMapEventStoreProvider(KeycloakSession session, MapStorage<MapAuthEventEntity, Event> loginEventsStore, MapStorage<MapAdminEventEntity, AdminEvent> adminEventsStore) -
Uses of MapStorage in org.keycloak.models.map.group
Constructors in org.keycloak.models.map.group with parameters of type MapStorageModifierConstructorDescriptionMapGroupProvider(KeycloakSession session, MapStorage<MapGroupEntity, GroupModel> groupStore) -
Uses of MapStorage in org.keycloak.models.map.lock
Constructor parameters in org.keycloak.models.map.lock with type arguments of type MapStorageModifierConstructorDescriptionMapGlobalLockProvider(KeycloakSession session, long defaultTimeoutMilliseconds, Supplier<MapStorage<MapLockEntity, MapLockEntity>> lockStoreSupplier) -
Uses of MapStorage in org.keycloak.models.map.loginFailure
Fields in org.keycloak.models.map.loginFailure declared as MapStorageModifier and TypeFieldDescriptionprotected final MapStorage<MapUserLoginFailureEntity,UserLoginFailureModel> MapUserLoginFailureProvider.storeConstructors in org.keycloak.models.map.loginFailure with parameters of type MapStorageModifierConstructorDescriptionMapUserLoginFailureProvider(KeycloakSession session, MapStorage<MapUserLoginFailureEntity, UserLoginFailureModel> userLoginFailureStore) -
Uses of MapStorage in org.keycloak.models.map.realm
Constructors in org.keycloak.models.map.realm with parameters of type MapStorageModifierConstructorDescriptionMapRealmProvider(KeycloakSession session, MapStorage<MapRealmEntity, RealmModel> realmStore) -
Uses of MapStorage in org.keycloak.models.map.role
Constructors in org.keycloak.models.map.role with parameters of type MapStorageModifierConstructorDescriptionMapRoleProvider(KeycloakSession session, MapStorage<MapRoleEntity, RoleModel> roleStore) -
Uses of MapStorage in org.keycloak.models.map.singleUseObject
Fields in org.keycloak.models.map.singleUseObject declared as MapStorageModifier and TypeFieldDescriptionprotected final MapStorage<MapSingleUseObjectEntity,SingleUseObjectValueModel> MapSingleUseObjectProvider.singleUseObjectTxConstructors in org.keycloak.models.map.singleUseObject with parameters of type MapStorageModifierConstructorDescription -
Uses of MapStorage in org.keycloak.models.map.storage
Subinterfaces of MapStorage in org.keycloak.models.map.storageModifier and TypeInterfaceDescriptioninterfaceMapStorageWithAuth<V extends AbstractEntity,M> A map store that can authenticate the credentials provided by a user.Methods in org.keycloak.models.map.storage that return MapStorageModifier and TypeMethodDescription<V extends AbstractEntity,M>
MapStorage<V,M> MapStorageProvider.getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags) Returns a key-value storage implementation for the given types. -
Uses of MapStorage in org.keycloak.models.map.storage.chm
Classes in org.keycloak.models.map.storage.chm that implement MapStorageModifier and TypeClassDescriptionclassConcurrentHashMapStorage<K,V extends AbstractEntity & UpdatableEntity, M, CRUD extends CrudOperations<V, M>> classMethods in org.keycloak.models.map.storage.chm that return MapStorageModifier and TypeMethodDescription<V extends AbstractEntity,M>
MapStorage<V,M> ConcurrentHashMapStorageProvider.getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags) -
Uses of MapStorage in org.keycloak.models.map.storage.file
Classes in org.keycloak.models.map.storage.file that implement MapStorageModifier and TypeClassDescriptionclassFileMapStorage<V extends AbstractEntity & UpdatableEntity,M> MapStorageimplementation used with the file map storage.Methods in org.keycloak.models.map.storage.file that return MapStorageModifier and TypeMethodDescription<V extends AbstractEntity,M>
MapStorage<V,M> FileMapStorageProvider.getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags) -
Uses of MapStorage in org.keycloak.models.map.storage.hotRod
Methods in org.keycloak.models.map.storage.hotRod that return MapStorageModifier and TypeMethodDescription<V extends AbstractEntity,M>
MapStorage<V,M> HotRodMapStorageProvider.getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags) -
Uses of MapStorage in org.keycloak.models.map.storage.hotRod.userSession
Classes in org.keycloak.models.map.storage.hotRod.userSession that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa
Classes in org.keycloak.models.map.storage.jpa that implement MapStorageModifier and TypeClassDescriptionclassJpaMapStorage<RE extends JpaRootEntity,E extends AbstractEntity, M> Methods in org.keycloak.models.map.storage.jpa that return MapStorageModifier and TypeMethodDescriptionJpaMapStorageProviderFactory.createMapStorage(KeycloakSession session, Class<?> modelType, jakarta.persistence.EntityManager em) <V extends AbstractEntity,M>
MapStorage<V,M> JpaMapStorageProvider.getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags) -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.authorization.permission
Classes in org.keycloak.models.map.storage.jpa.authorization.permission that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.authorization.policy
Classes in org.keycloak.models.map.storage.jpa.authorization.policy that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.authorization.resource
Classes in org.keycloak.models.map.storage.jpa.authorization.resource that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.authorization.resourceServer
Classes in org.keycloak.models.map.storage.jpa.authorization.resourceServer that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.authorization.scope
Classes in org.keycloak.models.map.storage.jpa.authorization.scope that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.authSession
Classes in org.keycloak.models.map.storage.jpa.authSession that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.client
Classes in org.keycloak.models.map.storage.jpa.client that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.clientScope
Classes in org.keycloak.models.map.storage.jpa.clientScope that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.event.admin
Classes in org.keycloak.models.map.storage.jpa.event.admin that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.event.auth
Classes in org.keycloak.models.map.storage.jpa.event.auth that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.group
Classes in org.keycloak.models.map.storage.jpa.group that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.lock
Classes in org.keycloak.models.map.storage.jpa.lock that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.loginFailure
Classes in org.keycloak.models.map.storage.jpa.loginFailure that implement MapStorageModifier and TypeClassDescriptionclassAJpaMapStorageimplementation for user login failure entities. -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.realm
Classes in org.keycloak.models.map.storage.jpa.realm that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.role
Classes in org.keycloak.models.map.storage.jpa.role that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.singleUseObject
Classes in org.keycloak.models.map.storage.jpa.singleUseObject that implement MapStorageModifier and TypeClassDescriptionclassAMapStorageimplementation for single-use object entities. -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.user
Classes in org.keycloak.models.map.storage.jpa.user that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.jpa.userSession
Classes in org.keycloak.models.map.storage.jpa.userSession that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.ldap
Classes in org.keycloak.models.map.storage.ldap that implement MapStorageModifier and TypeClassDescriptionclassLdapMapStorage<RE,E extends AbstractEntity & UpdatableEntity, M> Methods in org.keycloak.models.map.storage.ldap that return MapStorageModifier and TypeMethodDescription<M,V extends AbstractEntity>
MapStorage<V,M> LdapMapStorageProviderFactory.createMapStorage(KeycloakSession session, Class<M> modelType) <V extends AbstractEntity,M>
MapStorage<V,M> LdapMapStorageProvider.getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags) -
Uses of MapStorage in org.keycloak.models.map.storage.ldap.role
Classes in org.keycloak.models.map.storage.ldap.role that implement MapStorage -
Uses of MapStorage in org.keycloak.models.map.storage.tree
Methods in org.keycloak.models.map.storage.tree that return MapStorageModifier and TypeMethodDescriptionstatic <V extends AbstractEntity,M>
MapStorage<V,M> EmptyMapStorage.getInstance() -
Uses of MapStorage in org.keycloak.models.map.user
Constructors in org.keycloak.models.map.user with parameters of type MapStorageModifierConstructorDescriptionMapUserProvider(KeycloakSession session, MapStorage<MapUserEntity, UserModel> store) -
Uses of MapStorage in org.keycloak.models.map.userSession
Fields in org.keycloak.models.map.userSession declared as MapStorageModifier and TypeFieldDescriptionprotected final MapStorage<MapUserSessionEntity,UserSessionModel> MapUserSessionProvider.userSessionTxConstructors in org.keycloak.models.map.userSession with parameters of type MapStorageModifierConstructorDescriptionMapUserSessionProvider(KeycloakSession session, MapStorage<MapUserSessionEntity, UserSessionModel> userSessionStore)