Return-Path: Delivered-To: apmail-incubator-river-commits-archive@minotaur.apache.org Received: (qmail 65592 invoked from network); 24 Dec 2010 20:46:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Dec 2010 20:46:00 -0000 Received: (qmail 57366 invoked by uid 500); 24 Dec 2010 20:46:00 -0000 Delivered-To: apmail-incubator-river-commits-archive@incubator.apache.org Received: (qmail 57338 invoked by uid 500); 24 Dec 2010 20:46:00 -0000 Mailing-List: contact river-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-commits@incubator.apache.org Received: (qmail 57331 invoked by uid 99); 24 Dec 2010 20:46:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 20:46:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 20:45:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1ACD62388A3B; Fri, 24 Dec 2010 20:45:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052612 [3/3] - in /incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy: ./ class-use/ Date: Fri, 24 Dec 2010 20:45:37 -0000 To: river-commits@incubator.apache.org From: sijskes@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101224204538.1ACD62388A3B@eris.apache.org> Added: incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy/package-summary.html URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy/package-summary.html?rev=1052612&view=auto ============================================================================== --- incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy/package-summary.html (added) +++ incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy/package-summary.html Fri Dec 24 20:45:37 2010 @@ -0,0 +1,267 @@ + + + + + + +net.jini.security.policy (Apache River v2.1.2-SNAPSHOT API Documentation) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package 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. +

+See: +
+          Description +

+ + + + + + + + + + + + + +
+Interface Summary
DynamicPolicyInterface implemented by security policy providers that may support dynamic + granting of permissions at run-time.
SecurityContextSourceInterface that a security manager or policy provider can optionally + implement in order to support the saving and restoring of custom security + context state.
+  + +

+ + + + + + + + + + + + + + + + + +
+Class Summary
DynamicPolicyProviderSecurity policy provider that supports dynamic granting of permissions at + run-time.
PolicyFileProviderSecurity policy provider that wraps the J2SE(TM) default + + "PolicyFile" security policy provider distributed as part of the + Java(TM) 2 Platform, Standard Edition.
UmbrellaGrantPermissionPermission that is specially intepreted by PolicyFileProvider as + shorthand for a GrantPermission + covering all permissions authorized to a given protection domain.
+  + +

+ + + + + + + + + +
+Exception Summary
PolicyInitializationExceptionException indicating failed initialization of a security policy provider.
+  + +

+

+Package net.jini.security.policy Description +

+ +

+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. +

+The DynamicPolicy interface is +implemented by security policy providers that may support dynamic granting of +permissions at run-time. One such provider is DynamicPolicyProvider, which layers +dynamic grant functionality on top of a "static" security policy provider (that +is, one incapable of dynamic permission grants itself). +

+The default static security policy used by DynamicPolicyProvider +is PolicyFileProvider: a policy implementation +that wraps the J2SE(TM) default + +"PolicyFile" security policy provider distributed as part of the Java(TM) 2 +Platform, Standard Edition. PolicyFileProvider augments the +J2SE default policy provider with convenience constructors as well as support +for a special-cased permission, +UmbrellaGrantPermission, which signifies a +GrantPermission for all permissions authorized to a +given protection domain. +

+The SecurityContextSource interface is +intended to be implemented by security managers and policy providers whose +security contexts include state in addition to that provided by +AccessControlContext. +

+ +

+

+
Since:
+
2.0
+
Version:
+
2.0 + +
+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions. + + Added: incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy/package-tree.html URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy/package-tree.html?rev=1052612&view=auto ============================================================================== --- incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy/package-tree.html (added) +++ incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy/package-tree.html Fri Dec 24 20:45:37 2010 @@ -0,0 +1,165 @@ + + + + + + +net.jini.security.policy Class Hierarchy (Apache River v2.1.2-SNAPSHOT API Documentation) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package net.jini.security.policy +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions. + + Added: incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy/package-use.html URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy/package-use.html?rev=1052612&view=auto ============================================================================== --- incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy/package-use.html (added) +++ incubator/river/site/trunk/content/river/doc/api/net/jini/security/policy/package-use.html Fri Dec 24 20:45:37 2010 @@ -0,0 +1,248 @@ + + + + + + +Uses of Package net.jini.security.policy (Apache River v2.1.2-SNAPSHOT API Documentation) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
net.jini.security.policy

+
+ + + + + + + + + + + + + + + + + +
+Packages that use net.jini.security.policy
com.sun.jini.startProvides the utilities and APIs used to launch the contributed services +provided in the Apache River release. 
com.sun.jini.toolTools 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. 
net.jini.security.policyProvides 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. 
+  +

+ + + + + + + + + + + + + + +
+Classes in net.jini.security.policy used by com.sun.jini.start
DynamicPolicy + +
+          Interface implemented by security policy providers that may support dynamic + granting of permissions at run-time.
PolicyInitializationException + +
+          Exception indicating failed initialization of a security policy provider.
SecurityContextSource + +
+          Interface that a security manager or policy provider can optionally + implement in order to support the saving and restoring of custom security + context state.
+  +

+ + + + + + + + + + + + + + +
+Classes in net.jini.security.policy used by com.sun.jini.tool
DynamicPolicy + +
+          Interface implemented by security policy providers that may support dynamic + granting of permissions at run-time.
DynamicPolicyProvider + +
+          Security policy provider that supports dynamic granting of permissions at + run-time.
PolicyInitializationException + +
+          Exception indicating failed initialization of a security policy provider.
+  +

+ + + + + + + + + + + +
+Classes in net.jini.security.policy used by net.jini.security.policy
DynamicPolicy + +
+          Interface implemented by security policy providers that may support dynamic + granting of permissions at run-time.
PolicyInitializationException + +
+          Exception indicating failed initialization of a security policy provider.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions. + +