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.
|
org.apache.river.start |
Provides the utilities and APIs used to launch the contributed services
provided in the River-Internet release.
|
org.apache.river.tool |
Tools for: checking configuration files; checking for missing
serialVersionUID fields; computing class dependencies;
generating permission grants to debug security policy setup; providing
HTTP service; generating message digests; generating HTTPMD URLs;
generating wrapper JAR files; and generating preferred lists. |
Modifier and Type | Class and Description |
---|---|
class |
DynamicPolicyProvider
Security policy provider that supports dynamic granting of permissions at
run-time.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RevocablePolicy
RevocablePolicy, is a Java Security Policy Provider that supports
Runtime Dynamic addition and removal of PermissionGrant's
Warning: Not all Permission's are truly revocable, while any Permission can
be dynamically added and later removed from this policy, many JVM Permission
implementations are used in ways that allow references to escape
To quote Tim Blackman, from river-dev:
I remember talking with Bob and Mike Warres about this.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatePolicyProvider
Security policy provider which supports associating security sub-policies
with context class loaders.
|
class |
LoaderSplitPolicyProvider
Security policy provider which handles permission queries and grants by
delegating to different policy providers depending on the class loader
involved.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugDynamicPolicyProvider
Defines a
DynamicPolicy that logs information about missing
permissions, and optionally grants all permissions, which is FOR
DEBUGGING ONLY. |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.