Package io.camunda.optimize.dto.engine
Class AuthenticationResultDto.AuthenticationResultDtoBuilder
java.lang.Object
io.camunda.optimize.dto.engine.AuthenticationResultDto.AuthenticationResultDtoBuilder
- Enclosing class:
AuthenticationResultDto
-
Method Summary
Modifier and TypeMethodDescriptionauthenticatedUser(String authenticatedUser) build()engineAlias(String engineAlias) errorMessage(String errorMessage) isAuthenticated(boolean isAuthenticated) toString()
-
Method Details
-
authenticatedUser
public AuthenticationResultDto.AuthenticationResultDtoBuilder authenticatedUser(String authenticatedUser) -
isAuthenticated
public AuthenticationResultDto.AuthenticationResultDtoBuilder isAuthenticated(boolean isAuthenticated) -
engineAlias
-
errorMessage
-
build
-
toString
-