Uses of Interface
org.apache.cxf.rs.security.oauth2.provider.OAuthDataProvider
Packages that use OAuthDataProvider
Package
Description
-
Uses of OAuthDataProvider in org.apache.cxf.rs.security.oauth2.grants
Methods in org.apache.cxf.rs.security.oauth2.grants that return OAuthDataProviderMethods in org.apache.cxf.rs.security.oauth2.grants with parameters of type OAuthDataProviderModifier and TypeMethodDescriptionvoidAbstractGrantHandler.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.codeModifier and TypeInterfaceDescriptioninterfaceAuthorizationCodeDataProvider is theOAuthDataProviderwhich can additionally persist the authorization code grant informationClasses in org.apache.cxf.rs.security.oauth2.grants.code that implement OAuthDataProviderModifier and TypeClassDescriptionclassAbstract AuthorizationCodeDataProvider implementationclassclassclassclassSame asJPACodeDataProvider(stores Clients and tokens in a rdbms using JPA APIs).class -
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 OAuthDataProviderModifier and TypeMethodDescriptionvoidRefreshTokenGrantHandler.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 OAuthDataProviderModifier and TypeClassDescriptionclassclassclassclassProvides 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 OAuthDataProviderMethods in org.apache.cxf.rs.security.oauth2.services with parameters of type OAuthDataProviderModifier and TypeMethodDescriptionvoidAbstractAccessTokenValidator.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 OAuthDataProviderModifier and TypeMethodDescriptionvoidHawkAccessTokenValidator.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 OAuthDataProviderModifier and TypeMethodDescriptionstatic 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 OAuthDataProviderModifier and TypeMethodDescriptionvoidUserInfoService.setOauthDataProvider(OAuthDataProvider oauthDataProvider)