Package org.entur.jwt.client.spring
Class JwtClientBeanDefinitionRegistryPostProcessorSupport<T>
java.lang.Object
org.entur.jwt.client.spring.JwtClientBeanDefinitionRegistryPostProcessorSupport<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJwtClientBeanDefinitionRegistryPostProcessorSupport(T client, SpringJwtClientProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionnewAuth0Instance(String key) newGenericInstance(String key) protected abstract AccessTokenProvidernewStatefulUrlAccessTokenProvider(T client, URL issueURL, Map<String, Object> parameters, Map<String, Object> headers, URL refreshUrl, URL revokeUrl, ClientCredentials credentials) protected abstract AccessTokenProvidernewUrlAccessTokenProvider(T client, URL issueURL, Map<String, Object> parameters, Map<String, Object> headers, ClientCredentials credentials)
-
Field Details
-
client
-
rootProperties
-
-
Constructor Details
-
JwtClientBeanDefinitionRegistryPostProcessorSupport
public JwtClientBeanDefinitionRegistryPostProcessorSupport(T client, SpringJwtClientProperties properties)
-
-
Method Details
-
newAuth0Instance
-
newKeycloakInstance
-
newGenericInstance
-
newUrlAccessTokenProvider
protected abstract AccessTokenProvider newUrlAccessTokenProvider(T client, URL issueURL, Map<String, Object> parameters, Map<String, Object> headers, ClientCredentials credentials) -
newStatefulUrlAccessTokenProvider
-