Uses of Class
com.nimbusds.oauth2.sdk.Scope.Value
Packages that use Scope.Value
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
OAuth 2.0 dynamic client registration.
Classes for representing, serialising and parsing core OpenID Connect
concepts.
-
Uses of Scope.Value in com.nimbusds.oauth2.sdk
Constructors in com.nimbusds.oauth2.sdk with parameters of type Scope.ValueModifierConstructorDescriptionScope
(Scope.Value... values) Creates a new authorisation scope with the specified values. -
Uses of Scope.Value in com.nimbusds.oauth2.sdk.client
Methods in com.nimbusds.oauth2.sdk.client with parameters of type Scope.ValueModifier and TypeMethodDescriptionboolean
ClientMetadata.hasScopeValue
(Scope.Value scopeValue) Checks if the scope matadata field is set and contains the specified scope value. -
Uses of Scope.Value in com.nimbusds.openid.connect.sdk
Subclasses of Scope.Value in com.nimbusds.openid.connect.sdkMethod parameters in com.nimbusds.openid.connect.sdk with type arguments of type Scope.ValueModifier and TypeMethodDescriptionstatic ClaimsRequest
ClaimsRequest.resolve
(ResponseType responseType, Scope scope, ClaimsRequest claimsRequest, Map<Scope.Value, Set<String>> customClaims) Deprecated.Resolves the merged claims request from the specified OpenID authentication request parameters.static ClaimsRequest
ClaimsRequest.resolve
(ResponseType responseType, Scope scope, Map<Scope.Value, Set<String>> customClaims) Deprecated.Resolves the claims request for the specified response type and scope.static OIDCClaimsRequest
OIDCClaimsRequest.resolve
(ResponseType responseType, Scope scope, OIDCClaimsRequest claimsRequest, Map<Scope.Value, Set<String>> customClaims) Resolves the merged OpenID claims request from the specified OpenID authentication request parameters.static OIDCClaimsRequest
OIDCClaimsRequest.resolve
(ResponseType responseType, Scope scope, Map<Scope.Value, Set<String>> customClaims) Resolves the OpenID claims request for the specified response type and scope.