Uses of Interface
com.sun.jersey.oauth.server.spi.OAuthProvider

Packages that use OAuthProvider
com.sun.jersey.oauth.server   
com.sun.jersey.oauth.server.api   
com.sun.jersey.oauth.server.api.providers   
 

Uses of OAuthProvider in com.sun.jersey.oauth.server
 

Methods in com.sun.jersey.oauth.server that return OAuthProvider
 OAuthProvider OAuthProviderInjectionProvider.getValue()
           
 

Uses of OAuthProvider in com.sun.jersey.oauth.server.api
 

Constructors in com.sun.jersey.oauth.server.api with parameters of type OAuthProvider
OAuthServerFilter(ResourceConfig rc, OAuthProvider provider)
           
 

Uses of OAuthProvider in com.sun.jersey.oauth.server.api.providers
 

Classes in com.sun.jersey.oauth.server.api.providers that implement OAuthProvider
 class DefaultOAuthProvider
          Default in-memory implementation of OAuthProvider.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.