Uses of Class
net.jini.core.constraint.Delegation
Packages that use Delegation
-
Uses of Delegation in net.jini.core.constraint
Fields in net.jini.core.constraint declared as DelegationModifier and TypeFieldDescriptionstatic final DelegationDelegation.NODo 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 final DelegationDelegation.YESIf 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.