Class AbstractProviderConfiguration

    • Constructor Detail

      • AbstractProviderConfiguration

        public AbstractProviderConfiguration()
    • 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()