Uses of Interface
org.keycloak.models.map.authSession.MapAuthenticationSessionEntity
- 
- 
Uses of MapAuthenticationSessionEntity in org.keycloak.models.map.authSessionClasses in org.keycloak.models.map.authSession that implement MapAuthenticationSessionEntity Modifier and Type Class Description classMapAuthenticationSessionEntityDelegateclassMapAuthenticationSessionEntityFieldDelegateclassMapAuthenticationSessionEntityImplstatic classMapAuthenticationSessionEntityImpl.EmptyMethods in org.keycloak.models.map.authSession that return MapAuthenticationSessionEntity Modifier and Type Method Description static MapAuthenticationSessionEntityMapAuthenticationSessionEntityCloner. deepClone(MapAuthenticationSessionEntity original, MapAuthenticationSessionEntity target)Methods in org.keycloak.models.map.authSession with parameters of type MapAuthenticationSessionEntity Modifier and Type Method Description voidMapRootAuthenticationSessionEntity. addAuthenticationSession(MapAuthenticationSessionEntity authenticationSession)voidMapRootAuthenticationSessionEntityDelegate. addAuthenticationSession(MapAuthenticationSessionEntity authenticationSession)voidMapRootAuthenticationSessionEntityFieldDelegate. addAuthenticationSession(MapAuthenticationSessionEntity p0)voidMapRootAuthenticationSessionEntityImpl. addAuthenticationSession(MapAuthenticationSessionEntity p0)voidMapRootAuthenticationSessionEntityImpl.Empty. addAuthenticationSession(MapAuthenticationSessionEntity authenticationSession)static MapAuthenticationSessionEntityMapAuthenticationSessionEntityCloner. deepClone(MapAuthenticationSessionEntity original, MapAuthenticationSessionEntity target)Method parameters in org.keycloak.models.map.authSession with type arguments of type MapAuthenticationSessionEntity Modifier and Type Method Description voidMapRootAuthenticationSessionEntity. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> authenticationSessions)voidMapRootAuthenticationSessionEntityDelegate. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> authenticationSessions)voidMapRootAuthenticationSessionEntityFieldDelegate. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0)voidMapRootAuthenticationSessionEntityImpl.Empty. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> authenticationSessions)voidMapRootAuthenticationSessionEntityImpl. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0)Constructors in org.keycloak.models.map.authSession with parameters of type MapAuthenticationSessionEntity Constructor Description MapAuthenticationSessionAdapter(KeycloakSession session, MapRootAuthenticationSessionAdapter parent, String tabId, MapAuthenticationSessionEntity entity)Constructor parameters in org.keycloak.models.map.authSession with type arguments of type MapAuthenticationSessionEntity Constructor Description MapAuthenticationSessionEntityDelegate(DelegateProvider<MapAuthenticationSessionEntity> delegateProvider)MapAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationSessionEntity> entityFieldDelegate)
- 
Uses of MapAuthenticationSessionEntity in org.keycloak.models.map.storage.hotRod.authSessionClasses in org.keycloak.models.map.storage.hotRod.authSession that implement MapAuthenticationSessionEntity Modifier and Type Class Description static classHotRodAuthenticationSessionEntity.AbstractHotRodAuthenticationSessionEntityDelegateclassHotRodAuthenticationSessionEntityDelegateMethods in org.keycloak.models.map.storage.hotRod.authSession that return types with arguments of type MapAuthenticationSessionEntity Modifier and Type Method Description Optional<MapAuthenticationSessionEntity>HotRodRootAuthenticationSessionEntityDelegate. getAuthenticationSession(String p0)Set<MapAuthenticationSessionEntity>HotRodRootAuthenticationSessionEntityDelegate. getAuthenticationSessions()Methods in org.keycloak.models.map.storage.hotRod.authSession with parameters of type MapAuthenticationSessionEntity Modifier and Type Method Description voidHotRodRootAuthenticationSessionEntityDelegate. addAuthenticationSession(MapAuthenticationSessionEntity p0)Method parameters in org.keycloak.models.map.storage.hotRod.authSession with type arguments of type MapAuthenticationSessionEntity Modifier and Type Method Description voidHotRodRootAuthenticationSessionEntityDelegate. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0)
- 
Uses of MapAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession.entityClasses in org.keycloak.models.map.storage.jpa.authSession.entity that implement MapAuthenticationSessionEntity Modifier and Type Class Description classJpaAuthenticationSessionEntityEntity represents individual authentication session.classJpaAuthenticationSessionMetadataMethods in org.keycloak.models.map.storage.jpa.authSession.entity that return types with arguments of type MapAuthenticationSessionEntity Modifier and Type Method Description Optional<MapAuthenticationSessionEntity>JpaRootAuthenticationSessionEntity. getAuthenticationSession(String tabId)Set<MapAuthenticationSessionEntity>JpaRootAuthenticationSessionEntity. getAuthenticationSessions()Methods in org.keycloak.models.map.storage.jpa.authSession.entity with parameters of type MapAuthenticationSessionEntity Modifier and Type Method Description voidJpaRootAuthenticationSessionEntity. addAuthenticationSession(MapAuthenticationSessionEntity authenticationSession)Method parameters in org.keycloak.models.map.storage.jpa.authSession.entity with type arguments of type MapAuthenticationSessionEntity Modifier and Type Method Description voidJpaRootAuthenticationSessionEntity. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> authenticationSessions)
 
-