Uses of Enum
com.nimbusds.oauth2.sdk.Scope.Value.Requirement
Packages that use Scope.Value.Requirement
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
-
Uses of Scope.Value.Requirement in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return Scope.Value.RequirementModifier and TypeMethodDescriptionScope.Value.getRequirement()Gets the requirement of this scope value.static Scope.Value.RequirementReturns the enum constant of this type with the specified name.static Scope.Value.Requirement[]Scope.Value.Requirement.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.nimbusds.oauth2.sdk with parameters of type Scope.Value.RequirementModifierConstructorDescriptionValue(String value, Scope.Value.Requirement requirement) Creates a new scope value with an optional requirement.