Uses of Enum Class
org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Phase
Packages that use OAuth2CodeGrantFlow.Phase
-
Uses of OAuth2CodeGrantFlow.Phase in org.glassfish.jersey.client.oauth2
Methods in org.glassfish.jersey.client.oauth2 that return OAuth2CodeGrantFlow.PhaseModifier and TypeMethodDescriptionstatic OAuth2CodeGrantFlow.PhaseReturns the enum constant of this class with the specified name.static OAuth2CodeGrantFlow.Phase[]OAuth2CodeGrantFlow.Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.jersey.client.oauth2 with parameters of type OAuth2CodeGrantFlow.PhaseModifier and TypeMethodDescriptionOAuth2CodeGrantFlow.Builder.property(OAuth2CodeGrantFlow.Phase phase, String key, String value) Set property (parameter) that will be added to requests or URIs as a query parameters during the Authorization Flow.