All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netbula.ORPC.Auth

java.lang.Object
   |
   +----netbula.ORPC.Auth

public class Auth
extends Object
This class represents the authenticator object. It contains both a credential and a verifier object.


Constructor Index

 o Auth()

Method Index

 o getCred()
Convert the credential to an OpaAuth object, which can be transfered over the wire.
 o getVerf()
Convert the verifier to an OpaAuth object, which can be transfered over the wire.
 o setCred(OpaAuth)
 o setVerf(OpaAuth)

Constructors

 o Auth
 public Auth()

Methods

 o getCred
 public OpaAuth getCred() throws XDRError
Convert the credential to an OpaAuth object, which can be transfered over the wire.

 o getVerf
 public OpaAuth getVerf() throws XDRError
Convert the verifier to an OpaAuth object, which can be transfered over the wire.

 o setCred
 public void setCred(OpaAuth oa) throws XDRError
 o setVerf
 public void setVerf(OpaAuth oa) throws XDRError

All Packages  Class Hierarchy  This Package  Previous  Next  Index