TokenAuthProvider

class TokenAuthProvider(tokenUserDetailsService: UserDetailsService) : AuthenticationProvider

Constructors

Link copied to clipboard
constructor(tokenUserDetailsService: UserDetailsService)

Functions

Link copied to clipboard
open override fun authenticate(authentication: Authentication): Authentication?
Link copied to clipboard
open override fun supports(authentication: Class<*>?): Boolean