com.sun.rpc
Class Cred

java.lang.Object
  extended by 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()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

Cred

public Cred()