Uses of Class
com.sun.enterprise.security.permissionsxml.CommponentType
-
Packages that use CommponentType Package Description com.sun.enterprise.security.permissionsxml This package contains the core classes for supporting the "permissions.xml" functionality of Java EE. -
-
Uses of CommponentType in com.sun.enterprise.security.permissionsxml
Fields in com.sun.enterprise.security.permissionsxml declared as CommponentType Modifier and Type Field Description protected CommponentTypeBasePermissionsProcessor. typeMethods in com.sun.enterprise.security.permissionsxml that return CommponentType Modifier and Type Method Description static CommponentTypeGlobalPolicyUtil. convertComponentType(String type)static CommponentTypeCommponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommponentType[]CommponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.enterprise.security.permissionsxml that return types with arguments of type CommponentType Modifier and Type Method Description Map<CommponentType,PermissionCollection>EarEEPermissionsProcessor. getAllAdjustedEEPermission()Methods in com.sun.enterprise.security.permissionsxml with parameters of type CommponentType Modifier and Type Method Description static voidGlobalPolicyUtil. checkRestriction(CommponentType type, PermissionCollection declaredPC)static voidGlobalPolicyUtil. checkRestrictionOfComponentType(PermissionCollection declaredPC, CommponentType type)Check a permission set against a restriction of a component typePermissionCollectionEarEEPermissionsProcessor. getAdjustedEEPermission(CommponentType type)get the EE permissions which have the file path adjusted for the right modulestatic PermissionCollectionGlobalPolicyUtil. getCompRestrictedPerms(CommponentType type)Get the restricted permission set of a specified component type on the serverstatic PermissionCollectionGlobalPolicyUtil. getDeclaredPermissions(CommponentType type, DeploymentContext context)Get the application or module packaged permissionsstatic PermissionCollectionGlobalPolicyUtil. getEECompGrantededPerms(CommponentType type)Get the default granted permissions of a specified component typeConstructors in com.sun.enterprise.security.permissionsxml with parameters of type CommponentType Constructor Description BasePermissionsProcessor(CommponentType type, DeploymentContext context)DeclaredPermissionsProcessor(CommponentType type, DeploymentContext context, PermissionCollection orginalDeclaredPermissions)ModuleEEPermissionsProcessor(CommponentType type, DeploymentContext context)PermissionsXMLLoader(File base, CommponentType type)PermissionsXMLLoader(InputStream restrictPermInput, InputStream allowedPermInput, CommponentType type)SetPermissionsAction(CommponentType type, DeploymentContext deploymentContext, ClassLoader classLoader)
-