Uses of Class
org.trustdeck.dto.PermissionDTO
Packages that use PermissionDTO
-
Uses of PermissionDTO in org.trustdeck.controller
Method parameters in org.trustdeck.controller with type arguments of type PermissionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> PermissionRESTController.updateACEPermission(String domainName, String userId, List<PermissionDTO> permissions, String responseContentType, jakarta.servlet.http.HttpServletRequest request) Updates the ACE-specific permission for a user in a domain.org.springframework.http.ResponseEntity<?> PermissionRESTController.updateKINGPermission(String projectName, String userId, List<PermissionDTO> permissions, String responseContentType, jakarta.servlet.http.HttpServletRequest request) Updates the KING-specific permission for a user in a project. -
Uses of PermissionDTO in org.trustdeck.dto
Methods in org.trustdeck.dto that return PermissionDTOModifier and TypeMethodDescriptionPermissionDTO.assignPojoValues(String pojo) Unused.PermissionDTO.toReducedStandardView()Reduces the object to its standard view.Method parameters in org.trustdeck.dto with type arguments of type PermissionDTOModifier and TypeMethodDescriptionbooleanPermissionDTO.isPermissionInList(List<PermissionDTO> permissions) Checks if a given permission is already present in the list of permissions.