Uses of Interface
org.apache.cxf.rs.security.oauth2.provider.ClientRegistrationProvider
-
-
Uses of ClientRegistrationProvider in org.apache.cxf.rs.security.oauth2.grants.code
Classes in org.apache.cxf.rs.security.oauth2.grants.code that implement ClientRegistrationProvider Modifier and Type Class Description classAbstractAuthorizationCodeDataProviderAbstract AuthorizationCodeDataProvider implementationclassAbstractCodeDataProviderclassDefaultEncryptingCodeDataProviderclassJCacheCodeDataProviderclassJPACMTCodeDataProviderSame asJPACodeDataProvider(stores Clients and tokens in a rdbms using JPA APIs).classJPACodeDataProvider -
Uses of ClientRegistrationProvider in org.apache.cxf.rs.security.oauth2.grants.jwt
Methods in org.apache.cxf.rs.security.oauth2.grants.jwt with parameters of type ClientRegistrationProvider Modifier and Type Method Description voidJwtBearerAuthHandler. setClientProvider(ClientRegistrationProvider clientProvider) -
Uses of ClientRegistrationProvider in org.apache.cxf.rs.security.oauth2.provider
Classes in org.apache.cxf.rs.security.oauth2.provider that implement ClientRegistrationProvider Modifier and Type Class Description classAbstractOAuthDataProviderclassDefaultEncryptingOAuthDataProviderclassJCacheOAuthDataProviderclassJPAOAuthDataProviderProvides a Jpa BMT implementation for OAuthDataProvider. -
Uses of ClientRegistrationProvider in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type ClientRegistrationProvider Modifier and Type Method Description voidDynamicRegistrationService. setClientProvider(ClientRegistrationProvider clientProvider) -
Uses of ClientRegistrationProvider in org.apache.cxf.rs.security.oauth2.utils
Methods in org.apache.cxf.rs.security.oauth2.utils with parameters of type ClientRegistrationProvider Modifier and Type Method Description static ServerAccessTokenJwtTokenUtils. createAccessTokenFromJwt(JoseJwtConsumer consumer, String jose, ClientRegistrationProvider clientProvider, Map<String,String> claimsMap)
-