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 any default requested ACR values (as voluntary values) from the registered client information.ACRRequest.applyDefaultACRs(OIDCClientInformation clientInfo, List<ACR> defaultACRs) Applies any default requested ACR values (as voluntary values) from the registered client information and a global OpenID provider configuration.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.