Uses of Class
com.nimbusds.oauth2.sdk.Role

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

Uses of Role in com.nimbusds.oauth2.sdk
 

Methods in com.nimbusds.oauth2.sdk that return Role
static Role Role.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Role[] Role.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 NimbusDS. All Rights Reserved.