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