Class SAMLTokenContextConsumer
java.lang.Object
net.shibboleth.sp.saml.saml2.profile.impl.SAMLTokenContextConsumer
- All Implemented Interfaces:
BiConsumer<ProfileRequestContext,AuthnStatement>
public class SAMLTokenContextConsumer
extends Object
implements BiConsumer<ProfileRequestContext,AuthnStatement>
Bridge class to adapt IdP action for saving off SAML token defails for SP use.
-
Field Summary
Fields -
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
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
SAMLTokenContextConsumer
public SAMLTokenContextConsumer()
-
-
Method Details
-
accept
public void accept(@Nullable ProfileRequestContext profileRequestContext, @Nullable AuthnStatement statement) - Specified by:
acceptin interfaceBiConsumer<ProfileRequestContext,AuthnStatement>
-