Class LoginFailureEntity.ExternalizerImpl
- java.lang.Object
-
- org.keycloak.models.sessions.infinispan.entities.LoginFailureEntity.ExternalizerImpl
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.Externalizer<LoginFailureEntity>
- Enclosing class:
- LoginFailureEntity
public static class LoginFailureEntity.ExternalizerImpl extends Object implements org.infinispan.commons.marshall.Externalizer<LoginFailureEntity>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalizerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginFailureEntityreadObject(ObjectInput input)LoginFailureEntityreadObjectVersion1(ObjectInput input)voidwriteObject(ObjectOutput output, LoginFailureEntity value)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, LoginFailureEntity value) throws IOException
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<LoginFailureEntity>- Throws:
IOException
-
readObject
public LoginFailureEntity readObject(ObjectInput input) throws IOException
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<LoginFailureEntity>- Throws:
IOException
-
readObjectVersion1
public LoginFailureEntity readObjectVersion1(ObjectInput input) throws IOException
- Throws:
IOException
-
-