Uses of Class
org.glassfish.jersey.client.oauth2.ClientIdentifier
-
Packages that use ClientIdentifier Package Description org.glassfish.jersey.client.oauth2 Jersey OAuth 2 Client API. -
-
Uses of ClientIdentifier in org.glassfish.jersey.client.oauth2
Methods in org.glassfish.jersey.client.oauth2 with parameters of type ClientIdentifier Modifier and Type Method Description static OAuth2CodeGrantFlow.BuilderOAuth2ClientSupport. authorizationCodeGrantFlowBuilder(ClientIdentifier clientIdentifier, String authorizationUri, String accessTokenUri)Get the builder of theAuthorization Code Grant Flow.TOAuth2CodeGrantFlow.Builder. clientIdentifier(ClientIdentifier clientIdentifier)Set client identifier of the application that should be authorized.static OAuth2CodeGrantFlow.BuilderOAuth2ClientSupport. facebookFlowBuilder(ClientIdentifier clientIdentifier, String redirectURI)Get a builder that can be directly used to perform Authorization Code Grant flow defined by Facebook.static OAuth2FlowGoogleBuilderOAuth2ClientSupport. googleFlowBuilder(ClientIdentifier clientIdentifier, String redirectURI, String scope)Get a builder that can be directly used to perform Authorization Code Grant flow defined by Google.
-