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
FieldsModifier and TypeFieldDescriptionstatic final org.infinispan.commons.marshall.Externalizer<CommonClientSessionModel.ExecutionStatus>static final AuthenticationSessionEntity.ExternalizerImpl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) readObjectVersion1(ObjectInput input) readObjectVersion2(ObjectInput input) voidwriteObject(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:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<AuthenticationSessionEntity>- Throws:
IOException
-
readObject
public AuthenticationSessionEntity readObject(ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<AuthenticationSessionEntity>- Throws:
IOExceptionClassNotFoundException
-
readObjectVersion1
public AuthenticationSessionEntity readObjectVersion1(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-
readObjectVersion2
public AuthenticationSessionEntity readObjectVersion2(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-