Class JPAOAuthDataProvider

java.lang.Object
org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider
All Implemented Interfaces:
ClientRegistrationProvider, OAuthDataProvider
Direct Known Subclasses:
JPACodeDataProvider

public class JPAOAuthDataProvider extends AbstractOAuthDataProvider
Provides a Jpa BMT implementation for OAuthDataProvider. If your application runs in a container and if you want to use container managed persistence, you'll have to override the following methods :