Class CredentialAuthenticationMarshaller<T extends org.springframework.security.authentication.AbstractAuthenticationToken>
java.lang.Object
org.wildfly.clustering.spring.security.authentication.AuthenticationMarshaller<T>
org.wildfly.clustering.spring.security.authentication.CredentialAuthenticationMarshaller<T>
- Type Parameters:
T- token type
- All Implemented Interfaces:
org.wildfly.clustering.marshalling.protostream.FieldReadable<AuthenticationTokenConfiguration>,org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller<T,,AuthenticationTokenConfiguration> org.wildfly.clustering.marshalling.protostream.Writable<T>
public class CredentialAuthenticationMarshaller<T extends org.springframework.security.authentication.AbstractAuthenticationToken>
extends AuthenticationMarshaller<T>
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Simple<T>, org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Supplied<T,V extends Supplier<T>> -
Constructor Summary
ConstructorsConstructorDescriptionCredentialAuthenticationMarshaller(BiFunction<Object, Object, T> unauthenticatedFactory, BiFunction<Map.Entry<Object, Object>, List<org.springframework.security.core.GrantedAuthority>, T> authenticatedFactory) -
Method Summary
Methods inherited from class org.wildfly.clustering.spring.security.authentication.AuthenticationMarshaller
build, createInitialValue, getFields, readFrom, writeToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldReadable
nextIndexMethods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
asMarshaller, asMarshaller
-
Constructor Details
-
CredentialAuthenticationMarshaller
public CredentialAuthenticationMarshaller(BiFunction<Object, Object, T> unauthenticatedFactory, BiFunction<Map.Entry<Object, Object>, List<org.springframework.security.core.GrantedAuthority>, T> authenticatedFactory)
-