Uses of Interface
org.jboss.as.controller.access.management.JmxAuthorizer
Packages that use JmxAuthorizer
-
Uses of JmxAuthorizer in org.jboss.as.controller.access.management
Classes in org.jboss.as.controller.access.management that implement JmxAuthorizer -
Uses of JmxAuthorizer in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension that return JmxAuthorizerMethods in org.jboss.as.controller.extension with parameters of type JmxAuthorizerModifier and TypeMethodDescriptionExtensionRegistry.Builder.withAuthorizer(JmxAuthorizer authorizer) Overrides the defaultJmxAuthorizerof the extension registry.Constructors in org.jboss.as.controller.extension with parameters of type JmxAuthorizerModifierConstructorDescriptionExtensionRegistry(ProcessType processType, RunningModeControl runningModeControl, ManagedAuditLogger auditLogger, JmxAuthorizer authorizer, Supplier<org.wildfly.security.auth.server.SecurityIdentity> securityIdentitySupplier, RuntimeHostControllerInfoAccessor hostControllerInfoAccessor) Deprecated, for removal: This API element is subject to removal in a future version.
ExtensionRegistry.builder(ProcessType)instead.