Modifier and Type | Method and Description |
---|---|
AuthorizationResult |
Authorizer.authorizeJmxOperation(Caller caller,
Environment callEnvironment,
JmxAction action,
JmxTarget target)
Authorize a JMX operation.
|
Modifier and Type | Method and Description |
---|---|
Constraint |
ConstraintFactory.getRequiredConstraint(Action.ActionEffect actionEffect,
JmxAction action,
JmxTarget target)
Provides a constraint appropriate for the given
action and target |
Constraint |
SensitiveTargetConstraint.Factory.getRequiredConstraint(Action.ActionEffect actionEffect,
JmxAction action,
JmxTarget target) |
Constraint |
ApplicationTypeConstraint.Factory.getRequiredConstraint(Action.ActionEffect actionEffect,
JmxAction action,
JmxTarget target) |
Modifier and Type | Method and Description |
---|---|
AuthorizationResult |
DelegatingConfigurableAuthorizer.authorizeJmxOperation(Caller caller,
Environment callEnvironment,
JmxAction action,
JmxTarget target) |
Modifier and Type | Method and Description |
---|---|
AuthorizationResult |
ManagementPermissionAuthorizer.authorizeJmxOperation(Caller caller,
Environment callEnvironment,
JmxAction action,
JmxTarget target) |
PermissionCollection |
PermissionFactory.getRequiredPermissions(JmxAction action,
JmxTarget target) |
PermissionCollection |
PermissionFactory.getUserPermissions(Caller caller,
Environment callEnvironment,
JmxAction action,
JmxTarget target) |
Modifier and Type | Method and Description |
---|---|
PermissionCollection |
DefaultPermissionFactory.getRequiredPermissions(JmxAction action,
JmxTarget target) |
PermissionCollection |
DefaultPermissionFactory.getUserPermissions(Caller caller,
Environment callEnvironment,
JmxAction action,
JmxTarget target) |
Set<String> |
RoleMapper.mapRoles(Caller caller,
Environment callEnvironment,
JmxAction action,
JmxTarget target)
Determine the roles available for the caller for a JMX invocation unrelated to the management facade MBeans.
|
Set<String> |
RunAsRoleMapper.mapRoles(Caller caller,
Environment callEnvironment,
JmxAction action,
JmxTarget target) |
Set<String> |
StandardRoleMapper.mapRoles(Caller caller,
Environment callEnvironment,
JmxAction action,
JmxTarget target) |
Set<String> |
SuperUserRoleMapper.mapRoles(Caller caller,
Environment callEnvironment,
JmxAction action,
JmxTarget target) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.