Class ForceAuthnAuditExtractor
java.lang.Object
net.shibboleth.oidc.profile.audit.impl.ForceAuthnAuditExtractor
- All Implemented Interfaces:
Function<ProfileRequestContext,Boolean>
public class ForceAuthnAuditExtractor
extends Object
implements Function<ProfileRequestContext,Boolean>
Function that returns true if the OIDC prompt is set as 'login' in the authentication request. Both
OIDCAuthenticationRequest and AuthenticationRequest are supported.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,Object> Lookup strategy to locate the authentication request. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
-
Field Details
-
requestLookupStrategy
Lookup strategy to locate the authentication request.
-
-
Constructor Details
-
ForceAuthnAuditExtractor
Constructor.- Parameters:
strategy- lookup strategy for locating the authentication request
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ProfileRequestContext,Boolean>
-