Uses of Interface
org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity
Package
Description
-
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.authSession
Modifier and TypeClassDescriptionstatic class
class
class
class
static class
Modifier and TypeFieldDescriptionprotected final MapStorage<MapRootAuthenticationSessionEntity,
RootAuthenticationSessionModel> MapRootAuthenticationSessionProvider.store
Modifier and TypeMethodDescriptionMapRootAuthenticationSessionEntityCloner.deepClone
(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target) MapRootAuthenticationSessionEntityCloner.deepCloneNoId
(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target) Modifier and TypeMethodDescriptionMapRootAuthenticationSessionEntityDelegate.getDelegateProvider()
MapRootAuthenticationSessionEntityFieldDelegate.getEntityFieldDelegate()
Modifier and TypeMethodDescriptionMapRootAuthenticationSessionEntityCloner.deepClone
(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target) MapRootAuthenticationSessionEntityCloner.deepCloneNoId
(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target) ModifierConstructorDescriptionMapRootAuthenticationSessionAdapter
(KeycloakSession session, RealmModel realm, MapRootAuthenticationSessionEntity entity, int authSessionsLimit) ModifierConstructorDescriptionMapRootAuthenticationSessionEntityDelegate
(DelegateProvider<MapRootAuthenticationSessionEntity> delegateProvider) MapRootAuthenticationSessionEntityFieldDelegate
(EntityFieldDelegate<MapRootAuthenticationSessionEntity> entityFieldDelegate) MapRootAuthenticationSessionProvider
(KeycloakSession session, MapStorage<MapRootAuthenticationSessionEntity, RootAuthenticationSessionModel> sessionStore, int authSessionsLimit) -
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.storage.chm
Modifier and TypeFieldDescriptionstatic final Map<SearchableModelField<RootAuthenticationSessionModel>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapRootAuthenticationSessionEntity, RootAuthenticationSessionModel>> MapFieldPredicates.AUTHENTICATION_SESSION_PREDICATES
-
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.storage.hotRod.authSession
Modifier and TypeClassDescriptionstatic class
class
-
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession
Modifier and TypeMethodDescriptionprotected MapRootAuthenticationSessionEntity
JpaRootAuthenticationSessionMapStorage.mapToEntityDelegate
(JpaRootAuthenticationSessionEntity original) -
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession.delegate
Modifier and TypeMethodDescriptionJpaRootAuthenticationSessionDelegateProvider.getDelegate
(boolean isRead, Enum<? extends EntityField<MapRootAuthenticationSessionEntity>> field, Object... parameters) Modifier and TypeMethodDescriptionJpaRootAuthenticationSessionDelegateProvider.getDelegate
(boolean isRead, Enum<? extends EntityField<MapRootAuthenticationSessionEntity>> field, Object... parameters) -
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession.entity
Modifier and TypeClassDescriptionclass
Entity represents root authentication session.class