Uses of Class
com.nimbusds.openid.connect.sdk.claims.ACR
Packages that use ACR
Package
Description
SAML 2.0 bearer assertions.
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
Classes for representing, serialising and parsing core OpenID Connect
concepts.
Claims and claim sets used in OpenID Connect.
OpenID Connect Provider (OP) classes.
OpenID Connect Relying Party (RP) classes.
-
Uses of ACR in com.nimbusds.oauth2.sdk.assertions.saml2
Methods in com.nimbusds.oauth2.sdk.assertions.saml2 that return ACRModifier and TypeMethodDescriptionSAML2AssertionDetails.getSubjectACR()Returns the optional subject Authentication Context Class Reference (ACR).Constructors in com.nimbusds.oauth2.sdk.assertions.saml2 with parameters of type ACRModifierConstructorDescriptionSAML2AssertionDetails(Issuer issuer, Subject subject, String subjectFormat, Date subjectAuthTime, ACR subjectACR, List<Audience> audience, Date exp, Date nbf, Date iat, Identifier id, InetAddress clientAddress, Map<String, List<String>> attrStatement) Creates a new SAML 2.0 bearer assertion details instance. -
Uses of ACR in com.nimbusds.oauth2.sdk.ciba
Methods in com.nimbusds.oauth2.sdk.ciba that return types with arguments of type ACRModifier and TypeMethodDescriptionCIBARequest.getACRValues()Returns the requested Authentication Context Class Reference values.Method parameters in com.nimbusds.oauth2.sdk.ciba with type arguments of type ACRModifier and TypeMethodDescriptionSets the requested Authentication Context Class Reference values.Constructor parameters in com.nimbusds.oauth2.sdk.ciba with type arguments of type ACRModifierConstructorDescriptionCIBARequest(URI endpoint, ClientAuthentication clientAuth, Scope scope, BearerAccessToken clientNotificationToken, List<ACR> acrValues, String loginHintTokenString, com.nimbusds.jwt.JWT idTokenHint, String loginHint, String bindingMessage, Secret userCode, Integer requestedExpiry, OIDCClaimsRequest claims, List<com.nimbusds.langtag.LangTag> claimsLocales, String purpose, List<AuthorizationDetail> authorizationDetails, List<URI> resources, Map<String, List<String>> customParams) Creates a new CIBA request.CIBARequest(URI endpoint, ClientAuthentication clientAuth, Scope scope, BearerAccessToken clientNotificationToken, List<ACR> acrValues, String loginHintTokenString, com.nimbusds.jwt.JWT idTokenHint, String loginHint, String bindingMessage, Secret userCode, Integer requestedExpiry, OIDCClaimsRequest claims, List<com.nimbusds.langtag.LangTag> claimsLocales, String purpose, List<URI> resources, Map<String, List<String>> customParams) Deprecated.CIBARequest(URI endpoint, ClientAuthentication clientAuth, Scope scope, BearerAccessToken clientNotificationToken, List<ACR> acrValues, String loginHintTokenString, com.nimbusds.jwt.JWT idTokenHint, String loginHint, String bindingMessage, Secret userCode, Integer requestedExpiry, OIDCClaimsRequest claims, Map<String, List<String>> customParams) Deprecated.CIBARequest(URI endpoint, ClientAuthentication clientAuth, Scope scope, BearerAccessToken clientNotificationToken, List<ACR> acrValues, String loginHintTokenString, com.nimbusds.jwt.JWT idTokenHint, String loginHint, String bindingMessage, Secret userCode, Integer requestedExpiry, Map<String, List<String>> customParams) Deprecated. -
Uses of ACR in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return types with arguments of type ACRModifier and TypeMethodDescriptionAuthenticationRequest.getACRValues()Returns the requested Authentication Context Class Reference values.Method parameters in com.nimbusds.openid.connect.sdk with type arguments of type ACRModifier and TypeMethodDescriptionSets the requested Authentication Context Class Reference values. -
Uses of ACR in com.nimbusds.openid.connect.sdk.claims
Fields in com.nimbusds.openid.connect.sdk.claims declared as ACRModifier and TypeFieldDescriptionstatic final ACRACR.PHRPhishing-Resistant.static final ACRACR.PHRHPhishing-Resistant Hardware-Protected.Methods in com.nimbusds.openid.connect.sdk.claims that return ACRModifier and TypeMethodDescriptionIDTokenClaimsSet.getACR()Gets the Authentication Context Class Reference (ACR).Methods in com.nimbusds.openid.connect.sdk.claims with parameters of type ACR -
Uses of ACR in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type ACRModifier and TypeMethodDescriptionOIDCProviderMetadata.getACRs()ReadOnlyOIDCProviderMetadata.getACRs()Gets the supported Authentication Context Class References (ACRs).ACRRequest.getEssentialACRs()Gets the requested essential ACR values.ACRRequest.getVoluntaryACRs()Gets the requested voluntary ACR values.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type ACRModifier and TypeMethodDescriptionvoidACRRequest.ensureACRSupport(AuthorizationRequest authzRequest, List<ACR> supportedACRs) Ensures all requested essential ACR values are supported by those supported by the OpenID provider.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.voidSets the supported Authentication Context Class References (ACRs).Constructor parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type ACRModifierConstructorDescriptionACRRequest(List<ACR> essentialACRs, List<ACR> voluntaryACRs) Creates a new Authentication Context Class Reference (ACR) request. -
Uses of ACR in com.nimbusds.openid.connect.sdk.rp
Methods in com.nimbusds.openid.connect.sdk.rp that return types with arguments of type ACRModifier and TypeMethodDescriptionOIDCClientMetadata.getDefaultACRs()Gets the default Authentication Context Class Reference (ACR) values.Method parameters in com.nimbusds.openid.connect.sdk.rp with type arguments of type ACRModifier and TypeMethodDescriptionvoidOIDCClientMetadata.setDefaultACRs(List<ACR> defaultACRs) Sets the default Authentication Context Class Reference (ACR) values.