Uses of Class
org.glassfish.jersey.client.oauth2.OAuth2Parameters.GrantType
-
Packages that use OAuth2Parameters.GrantType Package Description 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 Modifier and Type Method Description static OAuth2Parameters.GrantType
OAuth2Parameters.GrantType. valueOf(java.lang.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.
-