Java org.springframework.security.oauth2.client.filter OAuth2ClientAuthenticationProcessingFilter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.client.filter OAuth2ClientAuthenticationProcessingFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.client.filter OAuth2ClientAuthenticationProcessingFilter.

The text is from its open source code.

Constructor

Method

voidsetApplicationEventPublisher(ApplicationEventPublisher eventPublisher)
voidsetAuthenticationSuccessHandler(AuthenticationSuccessHandler successHandler)
Sets the strategy used to handle a successful authentication.
voidsetRestTemplate(OAuth2RestOperations restTemplate)
A rest template to be used to obtain an access token.
voidsetTokenServices(ResourceServerTokenServices tokenServices)
Reference to a CheckTokenServices that can validate an OAuth2AccessToken