Uses of Interface
org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
-
-
Uses of OAuthDataProvider in org.apache.cxf.rs.security.oauth2.grants
Methods in org.apache.cxf.rs.security.oauth2.grants that return OAuthDataProvider Modifier and Type Method Description OAuthDataProviderAbstractGrantHandler. getDataProvider()Methods in org.apache.cxf.rs.security.oauth2.grants with parameters of type OAuthDataProvider Modifier and Type Method Description voidAbstractGrantHandler. 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 Modifier and Type Interface Description interfaceAuthorizationCodeDataProviderAuthorizationCodeDataProvider is theOAuthDataProviderwhich can additionally persist the authorization code grant informationClasses in org.apache.cxf.rs.security.oauth2.grants.code that implement OAuthDataProvider Modifier and Type Class Description classAbstractAuthorizationCodeDataProviderAbstract AuthorizationCodeDataProvider implementationclassAbstractCodeDataProviderclassDefaultEncryptingCodeDataProviderclassJCacheCodeDataProviderclassJPACMTCodeDataProviderSame asJPACodeDataProvider(stores Clients and tokens in a rdbms using JPA APIs).classJPACodeDataProvider -
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 Modifier and Type Method Description voidRefreshTokenGrantHandler. setDataProvider(OAuthDataProvider dataProvider) -
Uses of OAuthDataProvider in org.apache.cxf.rs.security.oauth2.provider
Classes in org.apache.cxf.rs.security.oauth2.provider that implement OAuthDataProvider Modifier and Type Class Description classAbstractOAuthDataProviderclassDefaultEncryptingOAuthDataProviderclassJCacheOAuthDataProviderclassJPAOAuthDataProviderProvides a Jpa BMT implementation for OAuthDataProvider. -
Uses of OAuthDataProvider in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services that return OAuthDataProvider Modifier and Type Method Description OAuthDataProviderAbstractOAuthService. getDataProvider()Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type OAuthDataProvider Modifier and Type Method Description voidAbstractAccessTokenValidator. setDataProvider(OAuthDataProvider provider)voidAbstractOAuthService. setDataProvider(OAuthDataProvider dataProvider)voidTokenIntrospectionService. setDataProvider(OAuthDataProvider dataProvider) -
Uses of OAuthDataProvider in org.apache.cxf.rs.security.oauth2.tokens.hawk
Methods in org.apache.cxf.rs.security.oauth2.tokens.hawk with parameters of type OAuthDataProvider Modifier and Type Method Description voidHawkAccessTokenValidator. setDataProvider(OAuthDataProvider dataProvider) -
Uses of OAuthDataProvider in org.apache.cxf.rs.security.oauth2.utils.crypto
Methods in org.apache.cxf.rs.security.oauth2.utils.crypto with parameters of type OAuthDataProvider Modifier and Type Method Description static ServerAccessTokenModelEncryptionSupport. decryptAccessToken(OAuthDataProvider provider, String encodedToken, String encodedSecretKey)static ServerAccessTokenModelEncryptionSupport. decryptAccessToken(OAuthDataProvider provider, String encodedToken, String encodedSecretKey, KeyProperties props)static ServerAccessTokenModelEncryptionSupport. decryptAccessToken(OAuthDataProvider provider, String encodedToken, Key secretKey)static ServerAccessTokenModelEncryptionSupport. decryptAccessToken(OAuthDataProvider provider, String encodedData, Key secretKey, KeyProperties props)static ServerAuthorizationCodeGrantModelEncryptionSupport. decryptCodeGrant(OAuthDataProvider provider, String encodedToken, String encodedSecretKey)static ServerAuthorizationCodeGrantModelEncryptionSupport. decryptCodeGrant(OAuthDataProvider provider, String encodedToken, String encodedSecretKey, KeyProperties props)static ServerAuthorizationCodeGrantModelEncryptionSupport. decryptCodeGrant(OAuthDataProvider provider, String encodedToken, Key key)static ServerAuthorizationCodeGrantModelEncryptionSupport. decryptCodeGrant(OAuthDataProvider provider, String encodedData, Key key, KeyProperties props)static RefreshTokenModelEncryptionSupport. decryptRefreshToken(OAuthDataProvider provider, String encodedToken, String encodedSecretKey)static RefreshTokenModelEncryptionSupport. decryptRefreshToken(OAuthDataProvider provider, String encodedToken, String encodedSecretKey, KeyProperties props)static RefreshTokenModelEncryptionSupport. decryptRefreshToken(OAuthDataProvider provider, String encodedToken, Key key)static RefreshTokenModelEncryptionSupport. decryptRefreshToken(OAuthDataProvider provider, String encodedData, Key key, KeyProperties props)static ServerAccessTokenModelEncryptionSupport. recreateAccessToken(OAuthDataProvider provider, String newTokenKey, String decryptedSequence)static ServerAuthorizationCodeGrantModelEncryptionSupport. recreateCodeGrant(OAuthDataProvider provider, String decryptedSequence)static RefreshTokenModelEncryptionSupport. recreateRefreshToken(OAuthDataProvider provider, String newTokenKey, String decryptedSequence) -
Uses of OAuthDataProvider in org.apache.cxf.rs.security.oidc.idp
Methods in org.apache.cxf.rs.security.oidc.idp with parameters of type OAuthDataProvider Modifier and Type Method Description voidUserInfoService. setOauthDataProvider(OAuthDataProvider oauthDataProvider)
-