Package | Description |
---|---|
net.jini.core.constraint |
Defines constraints and collections of constraints that can be used to control
method invocation, and an interface that proxies implement to allow clients
to specify constraints for remote method calls.
|
Modifier and Type | Field and Description |
---|---|
static Delegation |
Delegation.NO
Do not delegate from the client to the server, such that the server
does not receive credentials which would allow it to authenticate using
the client's identity.
|
static Delegation |
Delegation.YES
If the client authenticates to the server, then delegate from the
client to the server, such that the server receives credentials which
allow it to authenticate using the
client's identity in subsequent remote calls that the server makes
or receives.
|