Interface IAuthenticator

All Known Subinterfaces:
ISecurityClaimsAuthenticator
All Known Implementing Classes:
Authenticator, CustomAuthenticator, SecurityClaimsAuthenticator

@ThingworxExtensionApiClass(since={6,6}) public interface IAuthenticator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    authenticate(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)
     
    void
    authenticate(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, jakarta.servlet.FilterChain chain)
     
    void
    issueAuthenticationChallenge(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)
     
    boolean
    matchesAuthRequest(jakarta.servlet.http.HttpServletRequest httpRequest)