Uses of Interface
org.glassfish.jersey.server.oauth1.OAuth1Provider
Packages that use OAuth1Provider
-
Uses of OAuth1Provider in org.glassfish.jersey.server.oauth1
Classes in org.glassfish.jersey.server.oauth1 that implement OAuth1ProviderModifier and TypeClassDescriptionclassDefault in-memory implementation of OAuth1Provider.Constructors in org.glassfish.jersey.server.oauth1 with parameters of type OAuth1ProviderModifierConstructorDescriptionOAuth1ServerFeature(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.