com.sun.rpc
Class CredNone

java.lang.Object
  |
  +--com.sun.rpc.Cred
        |
        +--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.


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

Constructor Detail

CredNone

public CredNone()