Uses of Interface
org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity
Packages that use MapRootAuthenticationSessionEntity
-
Uses of MapRootAuthenticationSessionEntity in org.keycloak.models.map.authSession
Classes in org.keycloak.models.map.authSession that implement MapRootAuthenticationSessionEntityModifier and TypeClassDescriptionstatic classclassclassclassstatic classFields in org.keycloak.models.map.authSession with type parameters of type MapRootAuthenticationSessionEntityModifier and TypeFieldDescriptionprotected final MapStorage<MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel> MapRootAuthenticationSessionProvider.storeMethods in org.keycloak.models.map.authSession that return MapRootAuthenticationSessionEntityModifier and TypeMethodDescriptionMapRootAuthenticationSessionEntityCloner.deepClone(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target) MapRootAuthenticationSessionEntityCloner.deepCloneNoId(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target) Methods in org.keycloak.models.map.authSession that return types with arguments of type MapRootAuthenticationSessionEntityModifier and TypeMethodDescriptionMapRootAuthenticationSessionEntityDelegate.getDelegateProvider()MapRootAuthenticationSessionEntityFieldDelegate.getEntityFieldDelegate()Methods in org.keycloak.models.map.authSession with parameters of type MapRootAuthenticationSessionEntityModifier and TypeMethodDescriptionMapRootAuthenticationSessionEntityCloner.deepClone(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target) MapRootAuthenticationSessionEntityCloner.deepCloneNoId(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target) Constructors in org.keycloak.models.map.authSession with parameters of type MapRootAuthenticationSessionEntityModifierConstructorDescriptionMapRootAuthenticationSessionAdapter(KeycloakSession session, RealmModel realm, MapRootAuthenticationSessionEntity entity, int authSessionsLimit) Constructor parameters in org.keycloak.models.map.authSession with type arguments of type MapRootAuthenticationSessionEntityModifierConstructorDescriptionMapRootAuthenticationSessionEntityDelegate(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
Fields in org.keycloak.models.map.storage.chm with type parameters of type MapRootAuthenticationSessionEntityModifier and TypeFieldDescriptionstatic final Map<SearchableModelField<RootAuthenticationSessionModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapRootAuthenticationSessionEntity, RootAuthenticationSessionModel>> MapFieldPredicates.AUTHENTICATION_SESSION_PREDICATES