Apache CXF API

Uses of Interface
org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider

Packages that use OAuthDataProvider
org.apache.cxf.rs.security.oauth2.grants   
org.apache.cxf.rs.security.oauth2.grants.code   
org.apache.cxf.rs.security.oauth2.grants.refresh   
org.apache.cxf.rs.security.oauth2.services   
org.apache.cxf.rs.security.oauth2.tokens.mac   
 

Uses of OAuthDataProvider in org.apache.cxf.rs.security.oauth2.grants
 

Methods in org.apache.cxf.rs.security.oauth2.grants that return OAuthDataProvider
 OAuthDataProvider AbstractGrantHandler.getDataProvider()
           
 

Methods in org.apache.cxf.rs.security.oauth2.grants with parameters of type OAuthDataProvider
 void AbstractGrantHandler.setDataProvider(OAuthDataProvider dataProvider)
           
 

Uses of OAuthDataProvider in org.apache.cxf.rs.security.oauth2.grants.code
 

Subinterfaces of OAuthDataProvider in org.apache.cxf.rs.security.oauth2.grants.code
 interface AuthorizationCodeDataProvider
          AuthorizationCodeDataProvider is the OAuthDataProvider which can additionally persist the authorization code grant information
 

Uses of OAuthDataProvider in org.apache.cxf.rs.security.oauth2.grants.refresh
 

Methods in org.apache.cxf.rs.security.oauth2.grants.refresh with parameters of type OAuthDataProvider
 void RefreshTokenGrantHandler.setDataProvider(OAuthDataProvider dataProvider)
           
 

Uses of OAuthDataProvider in org.apache.cxf.rs.security.oauth2.services
 

Methods in org.apache.cxf.rs.security.oauth2.services that return OAuthDataProvider
 OAuthDataProvider AbstractOAuthService.getDataProvider()
           
 

Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type OAuthDataProvider
 void AbstractOAuthService.setDataProvider(OAuthDataProvider dataProvider)
           
 void AbstractAccessTokenValidator.setDataProvider(OAuthDataProvider provider)
           
 

Uses of OAuthDataProvider in org.apache.cxf.rs.security.oauth2.tokens.mac
 

Methods in org.apache.cxf.rs.security.oauth2.tokens.mac with parameters of type OAuthDataProvider
 void MacAccessTokenValidator.setDataProvider(OAuthDataProvider dataProvider)
           
 


Apache CXF API

Apache CXF