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(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
     
    void
    authenticate(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, javax.servlet.FilterChain chain)
     
    void
    issueAuthenticationChallenge(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
     
    boolean
    matchesAuthRequest(javax.servlet.http.HttpServletRequest httpRequest)