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 SummaryFields Modifier and Type Field Description static org.infinispan.commons.marshall.Externalizer<CommonClientSessionModel.ExecutionStatus>EXECUTION_STATUS_EXTstatic AuthenticationSessionEntity.ExternalizerImplINSTANCE
 - 
Constructor SummaryConstructors Constructor Description ExternalizerImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationSessionEntityreadObject(ObjectInput input)AuthenticationSessionEntityreadObjectVersion1(ObjectInput input)AuthenticationSessionEntityreadObjectVersion2(ObjectInput input)voidwriteObject(ObjectOutput output, AuthenticationSessionEntity value)
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final AuthenticationSessionEntity.ExternalizerImpl INSTANCE 
 - 
EXECUTION_STATUS_EXTpublic static final org.infinispan.commons.marshall.Externalizer<CommonClientSessionModel.ExecutionStatus> EXECUTION_STATUS_EXT 
 
- 
 - 
Method Detail- 
writeObjectpublic void writeObject(ObjectOutput output, AuthenticationSessionEntity value) throws IOException - Specified by:
- writeObjectin interface- org.infinispan.commons.marshall.Externalizer<AuthenticationSessionEntity>
- Throws:
- IOException
 
 - 
readObjectpublic AuthenticationSessionEntity readObject(ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
- readObjectin interface- org.infinispan.commons.marshall.Externalizer<AuthenticationSessionEntity>
- Throws:
- IOException
- ClassNotFoundException
 
 - 
readObjectVersion1public AuthenticationSessionEntity readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
 - 
readObjectVersion2public AuthenticationSessionEntity readObjectVersion2(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
 
- 
 
-