Class CredentialsExternalizer
java.lang.Object
org.wildfly.clustering.tomcat.catalina.authenticator.CredentialsExternalizer
- All Implemented Interfaces:
org.wildfly.clustering.marshalling.Externalizer<Credentials>
public class CredentialsExternalizer
extends Object
implements org.wildfly.clustering.marshalling.Externalizer<Credentials>
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) voidwriteObject(ObjectOutput output, Credentials credentials) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.Externalizer
size
-
Constructor Details
-
CredentialsExternalizer
public CredentialsExternalizer()
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceorg.wildfly.clustering.marshalling.Externalizer<Credentials>- Throws:
IOException
-
readObject
- Specified by:
readObjectin interfaceorg.wildfly.clustering.marshalling.Externalizer<Credentials>- Throws:
IOExceptionClassNotFoundException
-
getTargetClass
- Specified by:
getTargetClassin interfaceorg.wildfly.clustering.marshalling.Externalizer<Credentials>
-