Uses of Class
com.nimbusds.openid.connect.sdk.op.ACRRequest
Packages that use ACRRequest
-
Uses of ACRRequest in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return ACRRequestModifier and TypeMethodDescriptionACRRequest.applyDefaultACRs(OIDCClientInformation clientInfo) Applies the registered default ACR values for the requesting client (as a voluntary ACR value, provided no ACR values were explicitly requested).static ACRRequestACRRequest.resolve(AuthorizationRequest authzRequest) Resolves the requested essential and voluntary ACR values from the specified OAuth 2.0 authorisation request / OpenID authentication request.static ACRRequestACRRequest.resolve(CIBARequest cibaRequest) Resolves the requested essential and voluntary ACR values from the specified CIBA request.static ACRRequestACRRequest.resolve(List<ACR> acrValues, OIDCClaimsRequest claimsRequest) Resolves the requested essential and voluntary ACR values from the specified top-levelacr_valuesrequest parameter andclaimsrequest parameter.