Interface IAuthenticator
- All Known Implementing Classes:
AbstractServletAuthenticator
,ActiveDirectoryAuthenticator
,InMemoryAuthenticator
,JeeAuthenticator
,NoOpAuthenticator
,OAuth2Authenticator
,SealedAuthenticator
,YmlFileAuthenticator
public interface IAuthenticator
SecurityContextHolder.getContext().getAuthentication(); can be used to retrieve the username (when available)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build()
org.springframework.security.web.SecurityFilterChain
configureHttpSecurity
(org.springframework.security.config.annotation.web.builders.HttpSecurity http) Spring invoked HttpSecurityvoid
registerServlet
(ServletConfiguration config)