Class AbstractProviderConfiguration
java.lang.Object
org.apache.camel.undertow.spring.boot.providers.AbstractProviderConfiguration
- Direct Known Subclasses:
KeycloakProviderConfiguration
Abstract parent for each security provider.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.springframework.security.oauth2.client.registration.ClientRegistrationorg.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt, ? extends org.springframework.security.authentication.AbstractAuthenticationToken> abstract StringtoString()
-
Constructor Details
-
AbstractProviderConfiguration
public AbstractProviderConfiguration()
-
-
Method Details
-
getClientRegistration
public abstract org.springframework.security.oauth2.client.registration.ClientRegistration getClientRegistration() throws URISyntaxException- Throws:
URISyntaxException
-
getUserNameAttribute
-
getJwtAuthenticationConverter
public org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,? extends org.springframework.security.authentication.AbstractAuthenticationToken> getJwtAuthenticationConverter() -
toString
-