Uses of Class
net.jini.core.constraint.Delegation

Packages that use Delegation
Package
Description
 
  • Uses of Delegation in net.jini.core.constraint

    Fields in net.jini.core.constraint declared as Delegation
    Modifier and Type
    Field
    Description
    static final 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 final 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.