| Package | Description |
|---|---|
| com.sun.enterprise.security.perms |
| Modifier and Type | Field and Description |
|---|---|
protected SMGlobalPolicyUtil.CommponentType |
PermissionsProcessor.type |
| Modifier and Type | Method and Description |
|---|---|
static SMGlobalPolicyUtil.CommponentType |
SMGlobalPolicyUtil.convertComponentType(String type) |
static SMGlobalPolicyUtil.CommponentType |
SMGlobalPolicyUtil.CommponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMGlobalPolicyUtil.CommponentType[] |
SMGlobalPolicyUtil.CommponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<SMGlobalPolicyUtil.CommponentType,PermissionCollection> |
EarEEPermissionsProcessor.getAllAdjustedEEPermission() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SMGlobalPolicyUtil.checkRestriction(SMGlobalPolicyUtil.CommponentType type,
PermissionCollection declaredPC) |
static void |
SMGlobalPolicyUtil.checkRestrictionOfComponentType(PermissionCollection declaredPC,
SMGlobalPolicyUtil.CommponentType type)
Check a permission set against a restriction of a component type
|
PermissionCollection |
EarEEPermissionsProcessor.getAdjustedEEPermission(SMGlobalPolicyUtil.CommponentType type)
get the EE permissions which have the file path adjusted for the right module
|
static PermissionCollection |
SMGlobalPolicyUtil.getCompRestrictedPerms(SMGlobalPolicyUtil.CommponentType type)
Get the restricted permission set of a specified component type on the server
|
static PermissionCollection |
PermsArchiveDelegate.getDeclaredPermissions(SMGlobalPolicyUtil.CommponentType type,
DeploymentContext context)
Get the application or module packaged permissions
|
static PermissionCollection |
SMGlobalPolicyUtil.getEECompGrantededPerms(SMGlobalPolicyUtil.CommponentType type)
Get the default granted permissions of a specified component type
|
static PermissionCollection |
PermsArchiveDelegate.processEEPermissions(SMGlobalPolicyUtil.CommponentType type,
DeploymentContext dc)
Get the EE permissions for the spcified module type
|
static void |
PermsArchiveDelegate.processModuleDeclaredAndEEPemirssions(SMGlobalPolicyUtil.CommponentType type,
DeploymentContext context,
ClassLoader classloader)
Get the declared permissions and EE permissions, then add them to the classloader
|
| Constructor and Description |
|---|
DeclaredPermissionsProcessor(SMGlobalPolicyUtil.CommponentType type,
DeploymentContext dc,
PermissionCollection declPc) |
ModuleEEPermissionsProcessor(SMGlobalPolicyUtil.CommponentType type,
DeploymentContext dc) |
PermissionsProcessor(SMGlobalPolicyUtil.CommponentType type,
DeploymentContext dc) |
SetPermissionsAction(SMGlobalPolicyUtil.CommponentType type,
DeploymentContext dc,
ClassLoader cl) |
XMLPermissionsHandler(File base,
SMGlobalPolicyUtil.CommponentType type) |
XMLPermissionsHandler(InputStream restrictPermInput,
InputStream allowedPermInput,
SMGlobalPolicyUtil.CommponentType type) |
Copyright © 2017. All rights reserved.