Uses of Enum Class
io.camunda.optimize.dto.optimize.rest.AuthorizationType
Packages that use AuthorizationType
-
Uses of AuthorizationType in io.camunda.optimize.dto.optimize.rest
Methods in io.camunda.optimize.dto.optimize.rest that return AuthorizationTypeModifier and TypeMethodDescriptionstatic AuthorizationTypeReturns the enum constant of this class with the specified name.static AuthorizationType[]AuthorizationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.optimize.dto.optimize.rest that return types with arguments of type AuthorizationTypeMethod parameters in io.camunda.optimize.dto.optimize.rest with type arguments of type AuthorizationTypeModifier and TypeMethodDescriptionvoidUserResponseDto.setAuthorizations(List<AuthorizationType> authorizations) Constructor parameters in io.camunda.optimize.dto.optimize.rest with type arguments of type AuthorizationTypeModifierConstructorDescriptionUserResponseDto(UserDto userDto, List<AuthorizationType> authorizations) -
Uses of AuthorizationType in io.camunda.optimize.service.identity
Methods in io.camunda.optimize.service.identity that return types with arguments of type AuthorizationType