com.sun.rpc
Class Cred

java.lang.Object
  |
  +--com.sun.rpc.Cred
Direct Known Subclasses:
CredGss, CredNone, CredUnix

public abstract class Cred
extends java.lang.Object

RPC Credentials Extended by each credential class


Field Summary
static int SVC_INTEGRITY
           
static int SVC_NONE
           
static int SVC_PRIVACY
           
 
Constructor Summary
Cred()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SVC_NONE

public static final int SVC_NONE

SVC_INTEGRITY

public static final int SVC_INTEGRITY

SVC_PRIVACY

public static final int SVC_PRIVACY
Constructor Detail

Cred

public Cred()