Class AbstractProviderConfiguration
- java.lang.Object
-
- org.apache.camel.undertow.spring.boot.providers.AbstractProviderConfiguration
-
- Direct Known Subclasses:
KeycloakProviderConfiguration
public abstract class AbstractProviderConfiguration extends Object
Abstract parent for each security provider.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractProviderConfiguration.TYPE
-
Constructor Summary
Constructors Constructor Description AbstractProviderConfiguration()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract org.springframework.security.oauth2.client.registration.ClientRegistrationgetClientRegistration()org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,? extends org.springframework.security.authentication.AbstractAuthenticationToken>getJwtAuthenticationConverter()abstract StringgetUserNameAttribute()StringtoString()
-
-
-
Method Detail
-
getClientRegistration
public abstract org.springframework.security.oauth2.client.registration.ClientRegistration getClientRegistration() throws URISyntaxException- Throws:
URISyntaxException
-
getUserNameAttribute
public abstract String getUserNameAttribute()
-
getJwtAuthenticationConverter
public org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,? extends org.springframework.security.authentication.AbstractAuthenticationToken> getJwtAuthenticationConverter()
-
-