Causes all policy statements to be deleted from this PolicyConfiguration
and sets its internal state such that calling any method, other than delete,
getContextID, or inService on the PolicyConfiguration will be rejected and
cause an UnsupportedOperationException to be thrown.
Evaluates the global policy and returns a PermissionCollection
object specifying the set of permissions allowed given the
characteristics of the protection domain.
Evaluates the global policy and returns a PermissionCollection
object specifying the set of permissions allowed for code from
the specified code source.
Evaluates the global policy and returns a PermissionCollection object
specifying the set of permissions allowed given the characteristics
of the protection domain.
Evaluates the global policy and returns a PermissionCollection object
specifying the set of permissions allowed given the characteristics
of the protection domain.
This method is used to obtain an instance of the provider specific
class that implements the PolicyConfiguration interface that corresponds
to the identified policy context within the provider.
This method is used to obtain an instance of the provider specific
class that implements the PolicyConfiguration interface that corresponds
to the identified policy context within the provider.
Defines the "delegating Policy provider" / JACC 2.5
In J2SE 1.4 new methods can be used for dynamic permissions
implies() and getPermissions() methods on Policy class were added.
JPolicy() -
Constructor for class org.ow2.jonas.lib.security.jacc.JPolicy
Constructor : build a policy which manage JACC permissions
The non-jacc permissions are delegated to the initial Policy class
Defines a wrapper for the PolicyConfigurationFactory
Uses a wrapper because JACC provider factory is loaded by abstract Factory
with the system classloader.