From 4b6390f42f04e29c0abec0960b969f9efb1cdbf2 Mon Sep 17 00:00:00 2001 From: brusdev Date: Fri, 24 Jan 2020 12:58:43 +0100 Subject: [PATCH] NO-JIRA improve role-access match priority doc --- docs/user-manual/en/management.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-manual/en/management.md b/docs/user-manual/en/management.md index f3d7370938..8985d6dcc8 100644 --- a/docs/user-manual/en/management.md +++ b/docs/user-manual/en/management.md @@ -401,6 +401,10 @@ also match, allowing prefix match for the mBean properties. ``` +In case of multiple matches, the exact matches have higher priority than the +wildcard matches and the longer wildcard matches have higher priority than the +shorter wildcard matches. + Access to JMX mBean attributes are converted to method calls so these are controlled via the `set*`, `get*` and `is*`. The `*` access is the catch all for everything other method that isn't specifically matched.