| Package | Description |
|---|---|
| com.auth0.spring.security.api |
| Modifier and Type | Method and Description |
|---|---|
Auth0AuthenticationFilter |
Auth0SecurityConfig.auth0AuthenticationFilter(Auth0AuthenticationEntryPoint entryPoint) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.FilterRegistrationBean |
Auth0SecurityConfig.auth0AuthenticationFilterRegistration(Auth0AuthenticationFilter filter)
We do this to ensure our Filter is only loaded once into Application Context
If using Spring Boot, any GenericFilterBean in the context will be automatically added to the filter chain.
|
Copyright © 2016. All Rights Reserved.