Uses of Class
org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Phase
-
Packages that use OAuth2CodeGrantFlow.Phase Package Description org.glassfish.jersey.client.oauth2 Jersey OAuth 2 Client API. -
-
Uses of OAuth2CodeGrantFlow.Phase in org.glassfish.jersey.client.oauth2
Methods in org.glassfish.jersey.client.oauth2 that return OAuth2CodeGrantFlow.Phase Modifier and Type Method Description static OAuth2CodeGrantFlow.Phase
OAuth2CodeGrantFlow.Phase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OAuth2CodeGrantFlow.Phase[]
OAuth2CodeGrantFlow.Phase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.jersey.client.oauth2 with parameters of type OAuth2CodeGrantFlow.Phase Modifier and Type Method Description T
AbstractAuthorizationCodeGrantBuilder. property(OAuth2CodeGrantFlow.Phase phase, java.lang.String key, java.lang.String value)
AuthCodeGrantImpl.Builder
AuthCodeGrantImpl.Builder. property(OAuth2CodeGrantFlow.Phase phase, java.lang.String key, java.lang.String value)
T
OAuth2CodeGrantFlow.Builder. property(OAuth2CodeGrantFlow.Phase phase, java.lang.String key, java.lang.String value)
Set property (parameter) that will be added to requests or URIs as a query parameters during the Authorization Flow.
-