Uses of Interface
net.jini.security.ProxyPreparer
Packages that use ProxyPreparer
-
Uses of ProxyPreparer in com.sun.jini.start
Methods in com.sun.jini.start that return ProxyPreparerModifier and TypeMethodDescriptionfinal ProxyPreparerNonActivatableServiceDescriptor.getServicePreparer()ProxyPrepareraccessor method.Methods in com.sun.jini.start with parameters of type ProxyPreparerModifier and TypeMethodDescriptionfinal voidNonActivatableServiceDescriptor.setServicePreparer(ProxyPreparer serviceProxyPreparer) Sets theProxyPreparerfor this descriptor.Constructors in com.sun.jini.start with parameters of type ProxyPreparerModifierConstructorDescriptionNonActivatableServiceDescriptor(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. -
Uses of ProxyPreparer in net.jini.security
Classes in net.jini.security that implement ProxyPreparerModifier and TypeClassDescriptionclassAProxyPreparerfor 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.final classAProxyPreparerfor verifying that proxies are trusted, dynamically granting permissions to trusted proxies, and optionally setting the client constraints on trusted proxies.