Uses of Interface
org.keycloak.models.map.authSession.MapAuthenticationSessionEntity
-
-
Uses of MapAuthenticationSessionEntity in org.keycloak.models.map.authSession
Classes in org.keycloak.models.map.authSession that implement MapAuthenticationSessionEntity Modifier and Type Class Description class
MapAuthenticationSessionEntityDelegate
class
MapAuthenticationSessionEntityFieldDelegate
class
MapAuthenticationSessionEntityImpl
static class
MapAuthenticationSessionEntityImpl.Empty
Methods in org.keycloak.models.map.authSession that return MapAuthenticationSessionEntity Modifier and Type Method Description static MapAuthenticationSessionEntity
MapAuthenticationSessionEntityCloner. deepClone(MapAuthenticationSessionEntity original, MapAuthenticationSessionEntity target)
Methods in org.keycloak.models.map.authSession with parameters of type MapAuthenticationSessionEntity Modifier and Type Method Description void
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)
static MapAuthenticationSessionEntity
MapAuthenticationSessionEntityCloner. deepClone(MapAuthenticationSessionEntity original, MapAuthenticationSessionEntity target)
Method parameters in org.keycloak.models.map.authSession with type arguments of type MapAuthenticationSessionEntity Modifier and Type Method Description void
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)
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.authSession
Classes in org.keycloak.models.map.storage.hotRod.authSession that implement MapAuthenticationSessionEntity Modifier and Type Class Description static class
HotRodAuthenticationSessionEntity.AbstractHotRodAuthenticationSessionEntityDelegate
class
HotRodAuthenticationSessionEntityDelegate
Methods 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 void
HotRodRootAuthenticationSessionEntityDelegate. addAuthenticationSession(MapAuthenticationSessionEntity p0)
Method parameters in org.keycloak.models.map.storage.hotRod.authSession with type arguments of type MapAuthenticationSessionEntity Modifier and Type Method Description void
HotRodRootAuthenticationSessionEntityDelegate. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0)
-
Uses of MapAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession.entity
Classes in org.keycloak.models.map.storage.jpa.authSession.entity that implement MapAuthenticationSessionEntity Modifier and Type Class Description class
JpaAuthenticationSessionEntity
Entity represents individual authentication session.class
JpaAuthenticationSessionMetadata
Methods 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 void
JpaRootAuthenticationSessionEntity. 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 void
JpaRootAuthenticationSessionEntity. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> authenticationSessions)
-