Class SimpleSubjectUserInfo.Externalizer
java.lang.Object
org.infinispan.server.core.security.simple.SimpleSubjectUserInfo.Externalizer
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.Externalizer<SimpleSubjectUserInfo>
- Enclosing class:
SimpleSubjectUserInfo
public static class SimpleSubjectUserInfo.Externalizer
extends Object
implements org.infinispan.commons.marshall.Externalizer<SimpleSubjectUserInfo>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) voidwriteObject(ObjectOutput output, SimpleSubjectUserInfo object)
-
Constructor Details
-
Externalizer
public Externalizer()
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<SimpleSubjectUserInfo>- Throws:
IOException
-
readObject
public SimpleSubjectUserInfo readObject(ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<SimpleSubjectUserInfo>- Throws:
IOExceptionClassNotFoundException
-