Uses of Interface
org.keycloak.models.map.authSession.MapAuthenticationSessionEntity
Package
Description
-
Uses of MapAuthenticationSessionEntity in org.keycloak.models.map.authSession
Modifier and TypeClassDescriptionclass
class
class
static class
Modifier and TypeMethodDescriptionMapAuthenticationSessionEntityCloner.deepClone
(MapAuthenticationSessionEntity original, MapAuthenticationSessionEntity target) Modifier and TypeMethodDescriptionMapRootAuthenticationSessionEntity.getAuthenticationSession
(String tabId) MapRootAuthenticationSessionEntityDelegate.getAuthenticationSession
(String tabId) MapRootAuthenticationSessionEntityFieldDelegate.getAuthenticationSession
(String p0) MapRootAuthenticationSessionEntityImpl.Empty.getAuthenticationSession
(String tabId) MapRootAuthenticationSessionEntityImpl.getAuthenticationSession
(String p0) MapRootAuthenticationSessionEntity.getAuthenticationSessions()
MapRootAuthenticationSessionEntityDelegate.getAuthenticationSessions()
MapRootAuthenticationSessionEntityFieldDelegate.getAuthenticationSessions()
MapRootAuthenticationSessionEntityImpl.Empty.getAuthenticationSessions()
MapRootAuthenticationSessionEntityImpl.getAuthenticationSessions()
MapAuthenticationSessionEntityDelegate.getDelegateProvider()
MapAuthenticationSessionEntityFieldDelegate.getEntityFieldDelegate()
Modifier and TypeMethodDescriptionvoid
MapRootAuthenticationSessionEntity.addAuthenticationSession
(MapAuthenticationSessionEntity authenticationSession) void
MapRootAuthenticationSessionEntityDelegate.addAuthenticationSession
(MapAuthenticationSessionEntity authenticationSession) void
MapRootAuthenticationSessionEntityFieldDelegate.addAuthenticationSession
(MapAuthenticationSessionEntity p0) void
MapRootAuthenticationSessionEntityImpl.addAuthenticationSession
(MapAuthenticationSessionEntity p0) void
MapRootAuthenticationSessionEntityImpl.Empty.addAuthenticationSession
(MapAuthenticationSessionEntity authenticationSession) MapAuthenticationSessionEntityCloner.deepClone
(MapAuthenticationSessionEntity original, MapAuthenticationSessionEntity target) Modifier and TypeMethodDescriptionvoid
MapRootAuthenticationSessionEntity.setAuthenticationSessions
(Set<MapAuthenticationSessionEntity> authenticationSessions) void
MapRootAuthenticationSessionEntityDelegate.setAuthenticationSessions
(Set<MapAuthenticationSessionEntity> authenticationSessions) void
MapRootAuthenticationSessionEntityFieldDelegate.setAuthenticationSessions
(Set<MapAuthenticationSessionEntity> p0) void
MapRootAuthenticationSessionEntityImpl.Empty.setAuthenticationSessions
(Set<MapAuthenticationSessionEntity> authenticationSessions) void
MapRootAuthenticationSessionEntityImpl.setAuthenticationSessions
(Set<MapAuthenticationSessionEntity> p0) ModifierConstructorDescriptionMapAuthenticationSessionAdapter
(KeycloakSession session, MapRootAuthenticationSessionAdapter parent, String tabId, MapAuthenticationSessionEntity entity) ModifierConstructorDescriptionMapAuthenticationSessionEntityDelegate
(DelegateProvider<MapAuthenticationSessionEntity> delegateProvider) MapAuthenticationSessionEntityFieldDelegate
(EntityFieldDelegate<MapAuthenticationSessionEntity> entityFieldDelegate) -
Uses of MapAuthenticationSessionEntity in org.keycloak.models.map.storage.hotRod.authSession
Modifier and TypeClassDescriptionstatic class
class
Modifier and TypeMethodDescriptionHotRodRootAuthenticationSessionEntityDelegate.getAuthenticationSession
(String p0) HotRodRootAuthenticationSessionEntityDelegate.getAuthenticationSessions()
Modifier and TypeMethodDescriptionvoid
HotRodRootAuthenticationSessionEntityDelegate.addAuthenticationSession
(MapAuthenticationSessionEntity p0) Modifier and TypeMethodDescriptionvoid
HotRodRootAuthenticationSessionEntityDelegate.setAuthenticationSessions
(Set<MapAuthenticationSessionEntity> p0) -
Uses of MapAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession.entity
Modifier and TypeClassDescriptionclass
Entity represents individual authentication session.class
Modifier and TypeMethodDescriptionJpaRootAuthenticationSessionEntity.getAuthenticationSession
(String tabId) JpaRootAuthenticationSessionEntity.getAuthenticationSessions()
Modifier and TypeMethodDescriptionvoid
JpaRootAuthenticationSessionEntity.addAuthenticationSession
(MapAuthenticationSessionEntity authenticationSession) Modifier and TypeMethodDescriptionvoid
JpaRootAuthenticationSessionEntity.setAuthenticationSessions
(Set<MapAuthenticationSessionEntity> authenticationSessions)