Package | Description |
---|---|
net.jini.security.policy |
Provides an interface for security policy providers capable of dynamic
permission grants, an interface for security manager or policy providers
that use custom security context state, and a security policy provider
supporting dynamic permission grants.
|
org.apache.river.api.security |
This package contains a scalable cache based security manager that parallelises
domain security checks.
|
Constructor and Description |
---|
DynamicPolicyProvider()
Creates a new
DynamicPolicyProvider instance that wraps a
default underlying policy. |
PolicyFileProvider()
Deprecated.
DynamicPolicyProvider now supports Umbrella grants directly.
|
PolicyFileProvider(String policyFile)
Creates a
PolicyFileProvider whose starting set of
permission mappings is the same as those that would result from
constructing a new instance of the J2SE default security policy provider
with the java.security.policy system property set to the
value of policyFile , except that
UmbrellaGrantPermission s are expanded into
GrantPermission s as described in the documentation for
UmbrellaGrantPermission . |
Constructor and Description |
---|
ConcurrentPolicyFile()
Default constructor, equivalent to
ConcurrentPolicyFile(new DefaultPolicyParser()) . |
ConcurrentPolicyFile(PolicyParser dpr,
Comparator<Permission> comp) |
ConcurrentPolicyFile(PolicyParser dpr,
Comparator<Permission> comp,
URL[] policyLocations) |
ConcurrentPolicyFile(URL[] policies) |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.