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.
-
Auth()
-
-
getCred()
- Convert the credential to an OpaAuth object, which can be
transfered over the wire.
-
getVerf()
- Convert the verifier to an OpaAuth object, which can be
transfered over the wire.
-
setCred(OpaAuth)
-
-
setVerf(OpaAuth)
-
Auth
public Auth()
getCred
public OpaAuth getCred() throws XDRError
- Convert the credential to an OpaAuth object, which can be
transfered over the wire.
getVerf
public OpaAuth getVerf() throws XDRError
- Convert the verifier to an OpaAuth object, which can be
transfered over the wire.
setCred
public void setCred(OpaAuth oa) throws XDRError
setVerf
public void setVerf(OpaAuth oa) throws XDRError
All Packages Class Hierarchy This Package Previous Next Index