public abstract class AbstractProviderConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractProviderConfiguration.TYPE |
Constructor and Description |
---|
AbstractProviderConfiguration() |
Modifier and Type | Method and Description |
---|---|
abstract org.springframework.security.oauth2.client.registration.ClientRegistration |
getClientRegistration() |
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,? extends org.springframework.security.authentication.AbstractAuthenticationToken> |
getJwtAuthenticationConverter() |
abstract String |
getUserNameAttribute() |
String |
toString() |
public abstract org.springframework.security.oauth2.client.registration.ClientRegistration getClientRegistration() throws URISyntaxException
URISyntaxException
public abstract String getUserNameAttribute()
public org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,? extends org.springframework.security.authentication.AbstractAuthenticationToken> getJwtAuthenticationConverter()
Apache Camel