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 SummaryConstructors Constructor Description ExternalizerImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginFailureKeyreadObject(ObjectInput input)LoginFailureKeyreadObjectVersion1(ObjectInput input)voidwriteObject(ObjectOutput output, LoginFailureKey value)
 
- 
- 
- 
Method Detail- 
writeObjectpublic void writeObject(ObjectOutput output, LoginFailureKey value) throws IOException - Specified by:
- writeObjectin interface- org.infinispan.commons.marshall.Externalizer<LoginFailureKey>
- Throws:
- IOException
 
 - 
readObjectpublic LoginFailureKey readObject(ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
- readObjectin interface- org.infinispan.commons.marshall.Externalizer<LoginFailureKey>
- Throws:
- IOException
- ClassNotFoundException
 
 - 
readObjectVersion1public LoginFailureKey readObjectVersion1(ObjectInput input) throws IOException - Throws:
- IOException
 
 
- 
 
-