Class RequestedEssentialACRClaimsLookupStrategy

  • All Implemented Interfaces:
    BiFunction<ProfileRequestContext,​com.nimbusds.jwt.JWTClaimsSet,​List<String>>

    public class RequestedEssentialACRClaimsLookupStrategy
    extends Object
    implements BiFunction<ProfileRequestContext,​com.nimbusds.jwt.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.