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