| Package | Description | 
|---|---|
| com.sun.jini.start | |
| net.jini.security | 
| 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,
                               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. 
 | 
| 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. | 
Copyright © GigaSpaces.