Class ForceAuthnAuditExtractor
java.lang.Object
net.shibboleth.idp.saml.audit.impl.ForceAuthnAuditExtractor
- All Implemented Interfaces:
Function<ProfileRequestContext,Boolean>
public class ForceAuthnAuditExtractor
extends Object
implements Function<ProfileRequestContext,Boolean>
Function that returns the ForceAuthn attribute from an AuthnRequest.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,AuthnRequest> Lookup strategy for message to read from. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
-
Field Details
-
requestLookupStrategy
Lookup strategy for message to read from.
-
-
Constructor Details
-
ForceAuthnAuditExtractor
Constructor.- Parameters:
strategy- lookup strategy for message
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ProfileRequestContext,Boolean>
-