chibenwa commented on code in PR #2474: URL: https://github.com/apache/james-project/pull/2474#discussion_r1822109842
########## server/protocols/webadmin/webadmin-data/src/main/java/org/apache/james/webadmin/routes/UserRoutes.java: ########## @@ -70,24 +114,29 @@ public class UserRoutes implements Routes { private static final String FORCE_PARAM = "force"; private static final String VERIFY = "verify"; private static final String AUTHORIZED_USERS = "authorizedUsers"; + private static final String HAS_NO_MAILBOXES_PARAM = "hasNoMailboxes"; + private static final String HAS_NOT_ACCESS_ALL_SYSTEM_MAILBOXES_PARAM = "hasNotAccessedAllSystemMailboxes"; private final UserService userService; private final JsonTransformer jsonTransformer; private final JsonExtractor<VerifyUserRequest> jsonExtractorVerify; private final CanSendFrom canSendFrom; private final JsonExtractor<AddUserRequest> jsonExtractor; private final DelegationStore delegationStore; + private final Map<String, UserCondition> mapCondition; Review Comment: ```suggestion private final Map<String, UserCondition> userConditionMap; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org