Package | Description |
---|---|
net.jini.security |
Provides mechanisms and abstractions for managing security, especially in the
presence of dynamically downloaded code.
|
org.apache.river.start |
Provides the utilities and APIs used to launch the contributed services
provided in the River-Internet release.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicProxyPreparer
A
ProxyPreparer for verifying that proxies are trusted,
granting them dynamic permissions, and setting their constraints, as well as
for creating other proxy preparer subclasses that include those
operations. |
class |
VerifyingProxyPreparer
A
ProxyPreparer for verifying that proxies are trusted,
dynamically granting permissions to trusted proxies, and optionally
setting the client constraints on trusted proxies. |
Modifier and Type | Method and Description |
---|---|
ProxyPreparer |
SharedActivatableServiceDescriptor.getInnerProxyPreparer()
ProxyPreparer accessor method. |
ProxyPreparer |
NonActivatableServiceDescriptor.getServicePreparer()
ProxyPreparer accessor method. |
Modifier and Type | Method and Description |
---|---|
void |
SharedActivatableServiceDescriptor.setInnerProxyPreparer(ProxyPreparer pp)
Sets the inner
ProxyPreparer for this descriptor. |
void |
NonActivatableServiceDescriptor.setServicePreparer(ProxyPreparer serviceProxyPreparer)
Sets the
ProxyPreparer for this descriptor. |
Constructor and Description |
---|
NonActivatableServiceDescriptor(String exportCodebase,
String policy,
String importCodebase,
String implClassName,
Configuration config,
LifeCycle lifeCycle,
ProxyPreparer preparer) |
NonActivatableServiceDescriptor(String exportCodebase,
String policy,
String importCodebase,
String implClassName,
String[] serverConfigArgs,
LifeCycle lifeCycle,
ProxyPreparer preparer)
Main constructor.
|
NonActivatableServiceDescriptor(String exportCodebase,
String policy,
String importCodebase,
String implClassName,
String[] serverConfigArgs,
ProxyPreparer preparer)
Convenience constructor.
|
SharedActivatableServiceDescriptor(String exportCodebase,
String policy,
String importCodebase,
String implClassName,
String sharedGroupLog,
String[] serverConfigArgs,
ProxyPreparer innerProxyPreparer,
ProxyPreparer outerProxyPreparer,
boolean restart)
Convenience constructor.
|
SharedActivatableServiceDescriptor(String exportCodebase,
String policy,
String importCodebase,
String implClassName,
String sharedGroupLog,
String[] serverConfigArgs,
ProxyPreparer innerProxyPreparer,
ProxyPreparer outerProxyPreparer,
boolean restart,
String host,
int port)
Main constructor.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.