Uses of Record Class
io.datarouter.auth.role.RoleApprovalType
Packages that use RoleApprovalType
-
Uses of RoleApprovalType in io.datarouter.auth.model.dto
Methods in io.datarouter.auth.model.dto that return types with arguments of type RoleApprovalTypeModifier and TypeMethodDescriptionUserRoleMetadata.editorPrioritizedApprovalType()Returns the value of theeditorPrioritizedApprovalTyperecord component.UserRoleMetadata.requirementStatusByApprovalType()Returns the value of therequirementStatusByApprovalTyperecord component.Constructor parameters in io.datarouter.auth.model.dto with type arguments of type RoleApprovalTypeModifierConstructorDescriptionUserRoleMetadata(Role role, boolean hasRole, Map<RoleApprovalType, RoleApprovalRequirementStatus> requirementStatusByApprovalType, Optional<RoleApprovalType> editorPrioritizedApprovalType, Optional<Boolean> editorCanRevoke, List<String> groupsHasWithRole) Creates an instance of aUserRoleMetadatarecord class.UserRoleMetadata(Role role, boolean hasRole, Map<RoleApprovalType, RoleApprovalRequirementStatus> requirementStatusByApprovalType, Optional<RoleApprovalType> editorPrioritizedApprovalType, Optional<Boolean> editorCanRevoke, List<String> groupsHasWithRole) Creates an instance of aUserRoleMetadatarecord class. -
Uses of RoleApprovalType in io.datarouter.auth.role
Methods in io.datarouter.auth.role that return RoleApprovalTypeModifier and TypeMethodDescriptionDatarouterRoleApprovalType.getRoleApprovalType()RoleApprovalTypeEnum.getRoleApprovalType()Methods in io.datarouter.auth.role that return types with arguments of type RoleApprovalTypeModifier and TypeMethodDescriptiondefault Optional<RoleApprovalType> RoleManager.findRoleApprovalTypeFromPersistentString(String persistentString) default Map<Role, Map<RoleApprovalType, Integer>> RoleManager.getAllRoleApprovalRequirements()DatarouterRoleManager.getApprovalTypeAuthorityValidators()RoleManager.getApprovalTypeAuthorityValidators()default List<RoleApprovalType> RoleManager.getPrioritizedRoleApprovalTypes(DatarouterUser editor, DatarouterUser user, Set<RoleApprovalType> relevantApprovalTypes) default Map<RoleApprovalType, Integer> RoleManager.getRoleApprovalRequirements(Role role) Methods in io.datarouter.auth.role with parameters of type RoleApprovalTypeModifier and TypeMethodDescriptionintRoleApprovalType.RoleApprovalTypePriorityComparator.compare(RoleApprovalType first, RoleApprovalType second) intRoleApprovalType.compareTo(RoleApprovalType other) static booleanRoleApprovalType.equals(RoleApprovalType first, RoleApprovalType second) Method parameters in io.datarouter.auth.role with type arguments of type RoleApprovalTypeModifier and TypeMethodDescriptiondefault List<RoleApprovalType> RoleManager.getPrioritizedRoleApprovalTypes(DatarouterUser editor, DatarouterUser user, Set<RoleApprovalType> relevantApprovalTypes) -
Uses of RoleApprovalType in io.datarouter.auth.service
Methods in io.datarouter.auth.service that return types with arguments of type RoleApprovalTypeModifier and TypeMethodDescriptionDatarouterUserService.getCurrentRoleApprovals(DatarouterUser user)