Uses of Class
org.glassfish.jersey.client.oauth2.OAuth2Parameters.GrantType

Packages that use OAuth2Parameters.GrantType
org.glassfish.jersey.client.oauth2 Jersey OAuth 2 Client API. 
 

Uses of OAuth2Parameters.GrantType in org.glassfish.jersey.client.oauth2
 

Methods in org.glassfish.jersey.client.oauth2 that return OAuth2Parameters.GrantType
static OAuth2Parameters.GrantType OAuth2Parameters.GrantType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OAuth2Parameters.GrantType[] OAuth2Parameters.GrantType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.