Package org.acplt.oncrpc
Class OncRpcClientAuthNone
java.lang.Object
org.acplt.oncrpc.OncRpcClientAuth
org.acplt.oncrpc.OncRpcClientAuthNone
The
OncRpcClientAuthNone
class handles protocol issues of
ONC/RPC AUTH_NONE
authentication.- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/08/13 12:03:40 $ $State: Exp $ $Locker: $
- Author:
- Harald Albrecht
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OncRpcClientAuthNone
Contains a singleton which comes in handy if you just need an AUTH_NONE authentification for an ONC/RPC client. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Indicates whether the ONC/RPC authentication credential can be refreshed.protected void
Decodes ONC/RPC authentication information in form of a verifier when receiving an ONC/RPC reply message.protected void
Encodes ONC/RPC authentication information in form of a credential and a verifier when sending an ONC/RPC call message.
-
Field Details
-
AUTH_NONE
Contains a singleton which comes in handy if you just need an AUTH_NONE authentification for an ONC/RPC client.
-
-
Constructor Details
-
OncRpcClientAuthNone
public OncRpcClientAuthNone()
-
-
Method Details
-
xdrEncodeCredVerf
Encodes ONC/RPC authentication information in form of a credential and a verifier when sending an ONC/RPC call message.- Specified by:
xdrEncodeCredVerf
in classOncRpcClientAuth
- Parameters:
xdr
- XDR stream where to encode the credential and the verifier to.- Throws:
OncRpcException
- if an ONC/RPC error occurs.IOException
- if an I/O error occurs.
-
xdrDecodeVerf
Decodes ONC/RPC authentication information in form of a verifier when receiving an ONC/RPC reply message.- Specified by:
xdrDecodeVerf
in classOncRpcClientAuth
- Parameters:
xdr
- XDR stream from which to receive the verifier sent together with an ONC/RPC reply message.- Throws:
OncRpcAuthenticationException
- if the received verifier is not kosher.OncRpcException
- if an ONC/RPC error occurs.IOException
- if an I/O error occurs.
-
canRefreshCred
protected boolean canRefreshCred()Indicates whether the ONC/RPC authentication credential can be refreshed.- Specified by:
canRefreshCred
in classOncRpcClientAuth
- Returns:
- true, if the credential can be refreshed
-