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 LoginFailureEntity
readObject(ObjectInput input)
LoginFailureEntity
readObjectVersion1(ObjectInput input)
void
writeObject(ObjectOutput output, LoginFailureEntity value)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, LoginFailureEntity value) throws IOException
- Specified by:
writeObject
in interfaceorg.infinispan.commons.marshall.Externalizer<LoginFailureEntity>
- Throws:
IOException
-
readObject
public LoginFailureEntity readObject(ObjectInput input) throws IOException
- Specified by:
readObject
in interfaceorg.infinispan.commons.marshall.Externalizer<LoginFailureEntity>
- Throws:
IOException
-
readObjectVersion1
public LoginFailureEntity readObjectVersion1(ObjectInput input) throws IOException
- Throws:
IOException
-
-