Class AuthenticationSessionEntity.ExternalizerImpl
java.lang.Object
org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity.ExternalizerImpl
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.Externalizer<AuthenticationSessionEntity>
- Enclosing class:
- AuthenticationSessionEntity
public static class AuthenticationSessionEntity.ExternalizerImpl
extends Object
implements org.infinispan.commons.marshall.Externalizer<AuthenticationSessionEntity>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.infinispan.commons.marshall.Externalizer<CommonClientSessionModel.ExecutionStatus>
static final AuthenticationSessionEntity.ExternalizerImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreadObject
(ObjectInput input) readObjectVersion1
(ObjectInput input) readObjectVersion2
(ObjectInput input) void
writeObject
(ObjectOutput output, AuthenticationSessionEntity value)
-
Field Details
-
INSTANCE
-
EXECUTION_STATUS_EXT
public static final org.infinispan.commons.marshall.Externalizer<CommonClientSessionModel.ExecutionStatus> EXECUTION_STATUS_EXT
-
-
Constructor Details
-
ExternalizerImpl
public ExternalizerImpl()
-
-
Method Details
-
writeObject
- Specified by:
writeObject
in interfaceorg.infinispan.commons.marshall.Externalizer<AuthenticationSessionEntity>
- Throws:
IOException
-
readObject
public AuthenticationSessionEntity readObject(ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
readObject
in interfaceorg.infinispan.commons.marshall.Externalizer<AuthenticationSessionEntity>
- Throws:
IOException
ClassNotFoundException
-
readObjectVersion1
public AuthenticationSessionEntity readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-
readObjectVersion2
public AuthenticationSessionEntity readObjectVersion2(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-