Class AbstractAuthenticationService

java.lang.Object
io.camunda.optimize.service.security.authentication.AbstractAuthenticationService
Direct Known Subclasses:
CCSaaSAuthenticationService, CCSMAuthenticationService

public abstract class AbstractAuthenticationService extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • authenticateUser

      public abstract void authenticateUser(CredentialsRequestDto credentials)
    • loginCallback

      public abstract void loginCallback(io.camunda.identity.sdk.authentication.dto.AuthCodeDto authCode, URI uri, jakarta.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException
    • logout

      public abstract void logout(jakarta.servlet.http.Cookie[] cookies, jakarta.servlet.http.HttpServletResponse response)
    • testAuthentication

      public String testAuthentication()