Uses of Class
org.apache.cxf.rs.security.oauth2.provider.AbstractOAuthDataProvider
-
Packages that use AbstractOAuthDataProvider Package Description org.apache.cxf.rs.security.oauth2.grants.code org.apache.cxf.rs.security.oauth2.provider -
-
Uses of AbstractOAuthDataProvider in org.apache.cxf.rs.security.oauth2.grants.code
Subclasses of AbstractOAuthDataProvider in org.apache.cxf.rs.security.oauth2.grants.code Modifier and Type Class Description classAbstractAuthorizationCodeDataProviderAbstract AuthorizationCodeDataProvider implementationclassAbstractCodeDataProviderclassDefaultEncryptingCodeDataProviderclassJCacheCodeDataProviderclassJPACMTCodeDataProviderSame asJPACodeDataProvider(stores Clients and tokens in a rdbms using JPA APIs).classJPACodeDataProvider -
Uses of AbstractOAuthDataProvider in org.apache.cxf.rs.security.oauth2.provider
Subclasses of AbstractOAuthDataProvider in org.apache.cxf.rs.security.oauth2.provider Modifier and Type Class Description classDefaultEncryptingOAuthDataProviderclassJCacheOAuthDataProviderclassJPAOAuthDataProviderProvides a Jpa BMT implementation for OAuthDataProvider.
-