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 Type
    Method
    Description
    void
     
    org.springframework.security.web.SecurityFilterChain
    configureHttpSecurity(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
    Spring invoked HttpSecurity
    void
     
  • Method Details

    • registerServlet

      void registerServlet(ServletConfiguration config)
    • configureHttpSecurity

      org.springframework.security.web.SecurityFilterChain configureHttpSecurity(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Spring invoked HttpSecurity
      Throws:
      Exception
    • build

      void build()