是否有某种方法(除了使用管理控制台进行记录)在命名空间中找到 mbean 的路径,以便使用 cd() wlst 命令导航到它。
例如)
连接(管理员用户名、管理员密码、管理员 URL)
服务器配置()
authenticationatorPath= '/SecurityConfiguration/' + domainName + '/Realms/' + realmName + '/AuthenticationProviders/DefaultAuthenticator'
打印验证器路径
cd(authenticatorPath)
如何确定用于导航的路径