Class AuthenticationResultDto

java.lang.Object
io.camunda.optimize.dto.engine.AuthenticationResultDto

public class AuthenticationResultDto extends Object
  • Constructor Details

    • AuthenticationResultDto

      public AuthenticationResultDto(String authenticatedUser, boolean isAuthenticated, String engineAlias, String errorMessage)
    • AuthenticationResultDto

      protected AuthenticationResultDto()
  • Method Details

    • getAuthenticatedUser

      public String getAuthenticatedUser()
    • setAuthenticatedUser

      public void setAuthenticatedUser(String authenticatedUser)
    • isAuthenticated

      public boolean isAuthenticated()
    • setAuthenticated

      public void setAuthenticated(boolean isAuthenticated)
    • getEngineAlias

      public String getEngineAlias()
    • setEngineAlias

      public void setEngineAlias(String engineAlias)
    • getErrorMessage

      public String getErrorMessage()
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder