TokenAuthenticationFilter

class TokenAuthenticationFilter : AbstractPreAuthenticatedProcessingFilter

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
protected var authenticationDetailsSource: AuthenticationDetailsSource<HttpServletRequest, *>
Link copied to clipboard
@Nullable
var environment: Environment
Link copied to clipboard
@Nullable
@get:Nullable
val filterConfig: FilterConfig
Link copied to clipboard
@Nullable
protected var servletContext: ServletContext

Functions

Link copied to clipboard
open override fun afterPropertiesSet()
Link copied to clipboard
open override fun destroy()
Link copied to clipboard
open override fun doFilter(request: ServletRequest, response: ServletResponse, chain: FilterChain)
Link copied to clipboard
override fun init(filterConfig: FilterConfig)
Link copied to clipboard
open override fun setApplicationEventPublisher(anApplicationEventPublisher: ApplicationEventPublisher)
Link copied to clipboard
open fun setAuthenticationFailureHandler(authenticationFailureHandler: AuthenticationFailureHandler)
Link copied to clipboard
open fun setAuthenticationManager(authenticationManager: AuthenticationManager)
Link copied to clipboard
open fun setAuthenticationSuccessHandler(authenticationSuccessHandler: AuthenticationSuccessHandler)
Link copied to clipboard
open override fun setBeanName(beanName: String)
Link copied to clipboard
open fun setCheckForPrincipalChanges(checkForPrincipalChanges: Boolean)
Link copied to clipboard
open fun setInvalidateSessionOnPrincipalChange(invalidateSessionOnPrincipalChange: Boolean)
Link copied to clipboard
open fun setRequiresAuthenticationRequestMatcher(requiresAuthenticationRequestMatcher: RequestMatcher)
Link copied to clipboard
open fun setSecurityContextHolderStrategy(securityContextHolderStrategy: SecurityContextHolderStrategy)
Link copied to clipboard
open fun setSecurityContextRepository(securityContextRepository: SecurityContextRepository)