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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static org.infinispan.commons.marshall.Externalizer<CommonClientSessionModel.ExecutionStatus>
EXECUTION_STATUS_EXT
static AuthenticationSessionEntity.ExternalizerImpl
INSTANCE
-
Constructor Summary
Constructors Constructor Description ExternalizerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationSessionEntity
readObject(ObjectInput input)
AuthenticationSessionEntity
readObjectVersion1(ObjectInput input)
AuthenticationSessionEntity
readObjectVersion2(ObjectInput input)
void
writeObject(ObjectOutput output, AuthenticationSessionEntity value)
-
-
-
Field Detail
-
INSTANCE
public static final AuthenticationSessionEntity.ExternalizerImpl INSTANCE
-
EXECUTION_STATUS_EXT
public static final org.infinispan.commons.marshall.Externalizer<CommonClientSessionModel.ExecutionStatus> EXECUTION_STATUS_EXT
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, AuthenticationSessionEntity value) throws IOException
- 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
-
-