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 Constructor Description CredentialsExternalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Credentials>getTargetClass()CredentialsreadObject(ObjectInput input)voidwriteObject(ObjectOutput output, Credentials credentials)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, Credentials credentials) throws IOException
- Specified by:
writeObjectin interfaceorg.wildfly.clustering.marshalling.Externalizer<Credentials>- Throws:
IOException
-
readObject
public Credentials readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObjectin interfaceorg.wildfly.clustering.marshalling.Externalizer<Credentials>- Throws:
IOExceptionClassNotFoundException
-
getTargetClass
public Class<Credentials> getTargetClass()
- Specified by:
getTargetClassin interfaceorg.wildfly.clustering.marshalling.Externalizer<Credentials>
-
-