Uses of Interface
org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity
- 
- 
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.authSessionClasses in org.keycloak.models.map.authSession that implement MapRootAuthenticationSessionEntity Modifier and Type Class Description static classMapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntityclassMapRootAuthenticationSessionEntityDelegateclassMapRootAuthenticationSessionEntityFieldDelegateclassMapRootAuthenticationSessionEntityImplstatic classMapRootAuthenticationSessionEntityImpl.EmptyFields in org.keycloak.models.map.authSession with type parameters of type MapRootAuthenticationSessionEntity Modifier and Type Field Description protected MapStorage<MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>MapRootAuthenticationSessionProvider. storeMethods in org.keycloak.models.map.authSession that return MapRootAuthenticationSessionEntity Modifier and Type Method Description static MapRootAuthenticationSessionEntityMapRootAuthenticationSessionEntityCloner. deepClone(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target)static MapRootAuthenticationSessionEntityMapRootAuthenticationSessionEntityCloner. deepCloneNoId(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target)Methods in org.keycloak.models.map.authSession that return types with arguments of type MapRootAuthenticationSessionEntity Modifier and Type Method Description DelegateProvider<MapRootAuthenticationSessionEntity>MapRootAuthenticationSessionEntityDelegate. getDelegateProvider()EntityFieldDelegate<MapRootAuthenticationSessionEntity>MapRootAuthenticationSessionEntityFieldDelegate. getEntityFieldDelegate()Methods in org.keycloak.models.map.authSession with parameters of type MapRootAuthenticationSessionEntity Modifier and Type Method Description static MapRootAuthenticationSessionEntityMapRootAuthenticationSessionEntityCloner. deepClone(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target)static MapRootAuthenticationSessionEntityMapRootAuthenticationSessionEntityCloner. deepCloneNoId(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target)Constructors in org.keycloak.models.map.authSession with parameters of type MapRootAuthenticationSessionEntity Constructor Description MapRootAuthenticationSessionAdapter(KeycloakSession session, RealmModel realm, MapRootAuthenticationSessionEntity entity, int authSessionsLimit)Constructor parameters in org.keycloak.models.map.authSession with type arguments of type MapRootAuthenticationSessionEntity Constructor Description MapRootAuthenticationSessionEntityDelegate(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.chmFields in org.keycloak.models.map.storage.chm with type parameters of type MapRootAuthenticationSessionEntity Modifier and Type Field Description static Map<SearchableModelField<RootAuthenticationSessionModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>>MapFieldPredicates. AUTHENTICATION_SESSION_PREDICATES
- 
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.storage.hotRod.authSessionClasses in org.keycloak.models.map.storage.hotRod.authSession that implement MapRootAuthenticationSessionEntity Modifier and Type Class Description static classHotRodRootAuthenticationSessionEntity.AbstractHotRodRootAuthenticationSessionEntityDelegateclassHotRodRootAuthenticationSessionEntityDelegate
- 
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSessionMethods in org.keycloak.models.map.storage.jpa.authSession that return MapRootAuthenticationSessionEntity Modifier and Type Method Description protected MapRootAuthenticationSessionEntityJpaRootAuthenticationSessionMapStorage. mapToEntityDelegate(JpaRootAuthenticationSessionEntity original)
- 
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession.delegateMethods in org.keycloak.models.map.storage.jpa.authSession.delegate that return MapRootAuthenticationSessionEntity Modifier and Type Method Description MapRootAuthenticationSessionEntityJpaRootAuthenticationSessionDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapRootAuthenticationSessionEntity>> field, Object... parameters)Method parameters in org.keycloak.models.map.storage.jpa.authSession.delegate with type arguments of type MapRootAuthenticationSessionEntity Modifier and Type Method Description MapRootAuthenticationSessionEntityJpaRootAuthenticationSessionDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapRootAuthenticationSessionEntity>> field, Object... parameters)
- 
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession.entityClasses in org.keycloak.models.map.storage.jpa.authSession.entity that implement MapRootAuthenticationSessionEntity Modifier and Type Class Description classJpaRootAuthenticationSessionEntityEntity represents root authentication session.classJpaRootAuthenticationSessionMetadata
 
-