Package com.sun.rpc
Class Cred
- java.lang.Object
-
- com.sun.rpc.Cred
-
-
Field Summary
Fields Modifier and Type Field Description static int
SVC_INTEGRITY
static int
SVC_NONE
static int
SVC_PRIVACY
-
Constructor Summary
Constructors Constructor Description Cred()
-
-
-
Field Detail
-
SVC_NONE
public static final int SVC_NONE
- See Also:
- Constant Field Values
-
SVC_INTEGRITY
public static final int SVC_INTEGRITY
- See Also:
- Constant Field Values
-
SVC_PRIVACY
public static final int SVC_PRIVACY
- See Also:
- Constant Field Values
-
-