Class ElytronAuthenticationMarshaller
- java.lang.Object
-
- org.wildfly.clustering.web.undertow.sso.elytron.ElytronAuthenticationMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<ElytronAuthentication>,org.infinispan.protostream.ProtobufTagMarshaller<ElytronAuthentication>,Marshallable<ElytronAuthentication>,ProtoStreamMarshaller<ElytronAuthentication>
public class ElytronAuthenticationMarshaller extends Object implements ProtoStreamMarshaller<ElytronAuthentication>
Marshaller forElytronAuthentication.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ElytronAuthenticationMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ElytronAuthentication>getJavaClass()ElytronAuthenticationreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, ElytronAuthentication auth)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Method Detail
-
readFrom
public ElytronAuthentication readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<ElytronAuthentication>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, ElytronAuthentication auth) throws IOException
- Specified by:
writeToin interfaceMarshallable<ElytronAuthentication>- Throws:
IOException
-
getJavaClass
public Class<? extends ElytronAuthentication> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<ElytronAuthentication>- Specified by:
getJavaClassin interfaceMarshallable<ElytronAuthentication>
-
-