|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScopeToken.Requirement | |
---|---|
com.nimbusds.oauth2.sdk | Classes for representing, serialising and parsing OAuth 2.0 client requests and server responses. |
Uses of ScopeToken.Requirement in com.nimbusds.oauth2.sdk |
---|
Methods in com.nimbusds.oauth2.sdk that return ScopeToken.Requirement | |
---|---|
ScopeToken.Requirement |
ScopeToken.getRequirement()
Gets the requirement of this scope token. |
static ScopeToken.Requirement |
ScopeToken.Requirement.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ScopeToken.Requirement[] |
ScopeToken.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 ScopeToken.Requirement | |
---|---|
ScopeToken(String value,
ScopeToken.Requirement requirement)
Creates a new scope token with the specified value and optional requirement. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |