Class ProcessAssertionsForAuthentication.DefaultSAMLConsumer
java.lang.Object
net.shibboleth.idp.saml.saml2.profile.impl.ProcessAssertionsForAuthentication.DefaultSAMLConsumer
- All Implemented Interfaces:
BiConsumer<ProfileRequestContext,AuthnStatement>
- Enclosing class:
- ProcessAssertionsForAuthentication
private final class ProcessAssertionsForAuthentication.DefaultSAMLConsumer
extends Object
implements BiConsumer<ProfileRequestContext,AuthnStatement>
Default implementation of a "sink" for the SAML objects preserved by this action.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ProfileRequestContext profileRequestContext, AuthnStatement statement) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
DefaultSAMLConsumer
private DefaultSAMLConsumer()
-
-
Method Details
-
accept
public void accept(@Nullable ProfileRequestContext profileRequestContext, @Nullable AuthnStatement statement) - Specified by:
acceptin interfaceBiConsumer<ProfileRequestContext,AuthnStatement>
-