com.sun.rpc
Class CredNone

java.lang.Object
  extended by com.sun.rpc.Cred
      extended by com.sun.rpc.CredNone

public class CredNone
extends Cred

This is the "NONE" credential, i.e. no credential It's the default credential for RPC unless set to something else.


Field Summary
 
Fields inherited from class com.sun.rpc.Cred
SVC_INTEGRITY, SVC_NONE, SVC_PRIVACY
 
Constructor Summary
CredNone()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredNone

public CredNone()