| Modifier and Type | Class and Description |
|---|---|
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. |
| Constructor and Description |
|---|
SystemAccessAtomicILFactory(GroupPolicy policy,
Class proxyOrService) |
SystemAccessAtomicILFactory(GroupPolicy policy,
ClassLoader loader)
Creates an invocation layer factory that creates an invocation
dispatcher with the specified group policy and the specified class
loader.
|
SystemAccessAtomicILFactory(net.jini.core.constraint.MethodConstraints serverConstraints,
Class permClass,
GroupPolicy policy,
Class proxyOrService)
Creates a factory with the specified server constraints, permission
class, group policy, and proxy or service implementation class.
|
SystemAccessAtomicILFactory(net.jini.core.constraint.MethodConstraints serverConstraints,
Class permClass,
GroupPolicy policy,
ClassLoader loader)
Creates a factory with the specified server constraints, permission
class, group policy, and class loader.
|
SystemAccessExporter(net.jini.export.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(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(net.jini.core.constraint.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)
Deprecated.
Creates an invocation layer factory that creates an invocation
dispatcher with the specified group policy and the specified class
loader.
|
SystemAccessProxyTrustILFactory(net.jini.core.constraint.MethodConstraints serverConstraints,
Class permClass,
GroupPolicy policy,
ClassLoader loader)
Deprecated.
Creates a factory with the specified server constraints, permission
class, group policy, and class loader.
|
SystemDispatcher(Collection methods,
Remote impl,
net.jini.jeri.ServerCapabilities serverCaps,
net.jini.core.constraint.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.
|
SystemDispatcher(Collection methods,
Remote impl,
net.jini.jeri.ServerCapabilities serverCaps,
net.jini.core.constraint.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.
|
Copyright © 2016–2018. All rights reserved.