Uses of Interface
org.glassfish.jersey.client.oauth1.OAuth1AuthorizationFlow
-
Packages that use OAuth1AuthorizationFlow Package Description org.glassfish.jersey.client.oauth1 Jersey OAuth 1 Client API. -
-
Uses of OAuth1AuthorizationFlow in org.glassfish.jersey.client.oauth1
Classes in org.glassfish.jersey.client.oauth1 that implement OAuth1AuthorizationFlow Modifier and Type Class Description (package private) class
OAuth1AuthorizationFlowImpl
Default implementation ofOAuth1AuthorizationFlow
.Methods in org.glassfish.jersey.client.oauth1 that return OAuth1AuthorizationFlow Modifier and Type Method Description OAuth1AuthorizationFlow
OAuth1Builder.FlowBuilder. build()
Build theOAuth1AuthorizationFlow
.
-