V - Authentication persistence typeL - Local context type@MetaInfServices(value=org.wildfly.clustering.marshalling.Externalizer.class) public class AuthenticationEntryExternalizer<V,L> extends Object implements org.wildfly.clustering.marshalling.Externalizer<AuthenticationEntry<V,L>>
AuthenticationEntry.| Constructor and Description |
|---|
AuthenticationEntryExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
Class<AuthenticationEntry<V,L>> |
getTargetClass() |
AuthenticationEntry<V,L> |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
AuthenticationEntry<V,L> entry) |
public void writeObject(ObjectOutput output, AuthenticationEntry<V,L> entry) throws IOException
writeObject in interface org.wildfly.clustering.marshalling.Externalizer<AuthenticationEntry<V,L>>IOExceptionpublic AuthenticationEntry<V,L> readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface org.wildfly.clustering.marshalling.Externalizer<AuthenticationEntry<V,L>>IOExceptionClassNotFoundExceptionpublic Class<AuthenticationEntry<V,L>> getTargetClass()
getTargetClass in interface org.wildfly.clustering.marshalling.Externalizer<AuthenticationEntry<V,L>>Copyright © 2019 JBoss by Red Hat. All rights reserved.