Uses of Interface
com.sun.jini.phoenix.GroupPolicy

Packages that use GroupPolicy
com.sun.jini.phoenix A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation. 
 

Uses of GroupPolicy in com.sun.jini.phoenix
 

Classes in com.sun.jini.phoenix that implement GroupPolicy
 class DefaultGroupPolicy
          Group policy that requires the appropriate ExecPermission and set of ExecOptionPermission have been granted to the client subject or the empty protection domain (a domain with all null elements) if there is no client subject.
 

Constructors in com.sun.jini.phoenix with parameters of type GroupPolicy
SystemAccessExporter(Exporter exporter, GroupPolicy policy)
          Creates an exporter with the specified underlying exporter and the specified group policy, if any.
SystemAccessExporter(GroupPolicy policy)
          Creates an exporter with an underlying SunJrmpExporter that exports using a well-known object identifier (4) on the standard activation port (1098), and the specified group policy, if any.
SystemAccessExporter(int port, GroupPolicy policy)
          Creates an exporter with an underlying SunJrmpExporter that exports using a well-known object identifier (4) on the specified port, and the specified group policy, if any.
SystemAccessILFactory.SystemDispatcher(Collection methods, Remote impl, ServerCapabilities serverCaps, MethodConstraints serverConstraints, Class permClass, GroupPolicy policy, boolean localAccessCheck, ClassLoader loader)
          Creates an invocation dispatcher to receive incoming remote calls for the specified methods, for a server and transport with the specified capabilities, enforcing the specified constraints, and performing preinvocation access control using the specified permission class and group policy.
SystemAccessILFactory(GroupPolicy policy, ClassLoader loader)
          Creates an invocation layer factory that creates an invocation dispatcher with the specified group policy and the specified class loader.
SystemAccessILFactory(MethodConstraints serverConstraints, Class permClass, GroupPolicy policy, ClassLoader loader)
          Creates a factory with the specified server constraints, permission class, group policy, and class loader.
SystemAccessProxyTrustILFactory(GroupPolicy policy, ClassLoader loader)
          Creates an invocation layer factory that creates an invocation dispatcher with the specified group policy and the specified class loader.
SystemAccessProxyTrustILFactory(MethodConstraints serverConstraints, Class permClass, GroupPolicy policy, ClassLoader loader)
          Creates a factory with the specified server constraints, permission class, group policy, and class loader.
 



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