Modifier and Type | Method and Description |
---|---|
static TargetResource |
TargetResource.forDomain(PathAddress address,
ImmutableManagementResourceRegistration resourceRegistration,
Resource resource,
ServerGroupEffect serverGroupEffect,
HostEffect hostEffect) |
static TargetResource |
TargetResource.forStandalone(PathAddress address,
ImmutableManagementResourceRegistration resourceRegistration,
Resource resource) |
TargetResource |
TargetAttribute.getTargetResource() |
Modifier and Type | Method and Description |
---|---|
AuthorizationResult |
Authorizer.authorize(Caller caller,
Environment callEnvironment,
Action action,
TargetResource target)
Authorize a management operation affecting an entire resource.
|
Constructor and Description |
---|
TargetAttribute(String attributeName,
AttributeAccess attributeAccess,
org.jboss.dmr.ModelNode currentValue,
TargetResource targetResource) |
Modifier and Type | Method and Description |
---|---|
Constraint |
ConstraintFactory.getRequiredConstraint(Action.ActionEffect actionEffect,
Action action,
TargetResource target)
Provides a constraint appropriate for the given
action and target |
Constraint |
SensitiveTargetConstraint.Factory.getRequiredConstraint(Action.ActionEffect actionEffect,
Action action,
TargetResource target) |
Constraint |
ApplicationTypeConstraint.Factory.getRequiredConstraint(Action.ActionEffect actionEffect,
Action action,
TargetResource target) |
Modifier and Type | Method and Description |
---|---|
AuthorizationResult |
DelegatingConfigurableAuthorizer.authorize(Caller caller,
Environment callEnvironment,
Action action,
TargetResource target) |
Modifier and Type | Method and Description |
---|---|
AuthorizationResult |
ManagementPermissionAuthorizer.authorize(Caller caller,
Environment callEnvironment,
Action action,
TargetResource target) |
PermissionCollection |
PermissionFactory.getRequiredPermissions(Action action,
TargetResource target) |
PermissionCollection |
PermissionFactory.getUserPermissions(Caller caller,
Environment callEnvironment,
Action action,
TargetResource target) |
Modifier and Type | Method and Description |
---|---|
PermissionCollection |
DefaultPermissionFactory.getRequiredPermissions(Action action,
TargetResource target) |
PermissionCollection |
DefaultPermissionFactory.getUserPermissions(Caller caller,
Environment callEnvironment,
Action action,
TargetResource target) |
Set<String> |
RoleMapper.mapRoles(Caller caller,
Environment callEnvironment,
Action action,
TargetResource resource)
Determine the roles available for the caller for a management operation affecting an entire resource.
|
Set<String> |
RunAsRoleMapper.mapRoles(Caller caller,
Environment callEnvironment,
Action action,
TargetResource resource) |
Set<String> |
StandardRoleMapper.mapRoles(Caller caller,
Environment callEnvironment,
Action action,
TargetResource resource) |
Set<String> |
SuperUserRoleMapper.mapRoles(Caller caller,
Environment callEnvironment,
Action action,
TargetResource resource) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.