This class is a wrapper around the default jdk policy file
implementation. PolicyWrapper is installed as the JRE policy object
It multiplexes policy decisions to the context specific instance of
com.sun.enterprise.security.provider.PolicyFile.
Although this Policy provider is implemented using another Policy class,
this class is not a "delegating Policy provider" as defined by JACC, and
as such it SHOULD not be configured using the JACC system property
javax.security.jacc.policy.provider. |