Uses of Interface
org.glassfish.jersey.server.oauth1.OAuth1Provider
-
Packages that use OAuth1Provider Package Description org.glassfish.jersey.server.oauth1 Jersey OAuth 1 Server API. -
-
Uses of OAuth1Provider in org.glassfish.jersey.server.oauth1
Classes in org.glassfish.jersey.server.oauth1 that implement OAuth1Provider Modifier and Type Class Description classDefaultOAuth1ProviderDefault in-memory implementation of OAuth1Provider.Constructors in org.glassfish.jersey.server.oauth1 with parameters of type OAuth1Provider Constructor Description OAuth1ServerFeature(OAuth1Provider oAuth1Provider)Create a new feature configured withOAuth provider.OAuth1ServerFeature(OAuth1Provider oAuth1Provider, String requestTokenUri, String accessTokenUri)Create a new feature configured withOAuth providerand request and access token URIs.
-