Uses of Class
com.nimbusds.oauth2.sdk.Scope.Value.Requirement

Packages that use Scope.Value.Requirement
com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and server responses. 
 

Uses of Scope.Value.Requirement in com.nimbusds.oauth2.sdk
 

Methods in com.nimbusds.oauth2.sdk that return Scope.Value.Requirement
 Scope.Value.Requirement Scope.Value.getRequirement()
          Gets the requirement of this scope value.
static Scope.Value.Requirement Scope.Value.Requirement.valueOf(String name)
          Returns 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.Requirement
Scope.Value(String value, Scope.Value.Requirement requirement)
          Creates a new scope value with an optional requirement.
 



Copyright © 2013 NimbusDS. All Rights Reserved.