Class RequestedEssentialACRClaimsLookupStrategy

java.lang.Object
net.shibboleth.oidc.security.jwt.claims.impl.RequestedEssentialACRClaimsLookupStrategy
All Implemented Interfaces:
BiFunction<ProfileRequestContext,JWTClaimsSet,List<String>>

public class RequestedEssentialACRClaimsLookupStrategy extends Object implements BiFunction<ProfileRequestContext,JWTClaimsSet,List<String>>
Strategy that looks up any requested ACR claims from the requested claims object that have to be contained in the token's claims set.

These only come from 'essential' ACR claim requests. 'voluntary' ACR claim requests and the optional 'acr_values' authentication request parameter are not included.