Uses of Class
org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity
Package
Description
-
Uses of AuthenticationSessionEntity in org.keycloak.models.sessions.infinispan
ModifierConstructorDescriptionAuthenticationSessionAdapter
(KeycloakSession session, RootAuthenticationSessionAdapter parent, String tabId, AuthenticationSessionEntity entity) -
Uses of AuthenticationSessionEntity in org.keycloak.models.sessions.infinispan.entities
Modifier and TypeMethodDescriptionAuthenticationSessionEntity$___Marshaller_546d197781d306e6e6a915ef7de7d5d162acbc677494531accc524295fdb5fa1.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Modifier and TypeMethodDescriptionRootAuthenticationSessionEntity.getAuthenticationSessions()
AuthenticationSessionEntity$___Marshaller_546d197781d306e6e6a915ef7de7d5d162acbc677494531accc524295fdb5fa1.getJavaClass()
Modifier and TypeMethodDescriptionvoid
AuthenticationSessionEntity$___Marshaller_546d197781d306e6e6a915ef7de7d5d162acbc677494531accc524295fdb5fa1.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, AuthenticationSessionEntity $2) Modifier and TypeMethodDescriptionvoid
RootAuthenticationSessionEntity.setAuthenticationSessions
(Map<String, AuthenticationSessionEntity> authenticationSessions) ModifierConstructorDescriptionprotected
RootAuthenticationSessionEntity
(String realmId, String id, int timestamp, Map<String, AuthenticationSessionEntity> authenticationSessions)