SecurityDescriptionDeclaration of a set of security aspects. This information may be used by a container to determine if the deployment of a component type is allowed within an existing security context. Nested Elements
Example XML<security> <permission class="java.util.PropertyPermission" name="java.version"> <action>read</action> <action>write</action> </permission> </security> |