Uses of Class
org.glassfish.jersey.client.oauth2.ClientIdentifier
Packages that use ClientIdentifier
-
Uses of ClientIdentifier in org.glassfish.jersey.client.oauth2
Methods in org.glassfish.jersey.client.oauth2 with parameters of type ClientIdentifierModifier and TypeMethodDescriptionstatic OAuth2CodeGrantFlow.BuilderOAuth2ClientSupport.authorizationCodeGrantFlowBuilder(ClientIdentifier clientIdentifier, String authorizationUri, String accessTokenUri) Get the builder of theAuthorization Code Grant Flow.OAuth2CodeGrantFlow.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.