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.