Uses of Class
org.acplt.oncrpc.OncRpcClientAuth

Packages that use OncRpcClientAuth
org.acplt.oncrpc Sun's ONC/RPC Remote Procedure Call mechanism. 
 

Uses of OncRpcClientAuth in org.acplt.oncrpc
 

Subclasses of OncRpcClientAuth in org.acplt.oncrpc
 class OncRpcClientAuthNone
          The OncRpcClientAuthNone class handles protocol issues of ONC/RPC AUTH_NONE authentication.
 class OncRpcClientAuthUnix
          The OncRpcClientAuthUnix class handles protocol issues of ONC/RPC AUTH_UNIX (and thus AUTH_SHORT) authentication.
 

Fields in org.acplt.oncrpc declared as OncRpcClientAuth
protected  OncRpcClientAuth OncRpcClientReplyMessage.auth
          Client-side authentication protocol handling object to use when decoding the reply message.
protected  OncRpcClientAuth OncRpcClient.auth
          Authentication protocol object to be used when issuing ONC/RPC calls.
protected  OncRpcClientAuth OncRpcClientCallMessage.auth
          Client-side authentication protocol handling object to use when decoding the reply message.
 

Methods in org.acplt.oncrpc that return OncRpcClientAuth
 OncRpcClientAuth OncRpcClient.getAuth()
          Returns the current authentication.
 

Methods in org.acplt.oncrpc with parameters of type OncRpcClientAuth
 void OncRpcClient.setAuth(OncRpcClientAuth auth)
          Sets the authentication to be used when making ONC/RPC calls.
 

Constructors in org.acplt.oncrpc with parameters of type OncRpcClientAuth
OncRpcClientCallMessage(int messageId, int program, int version, int procedure, OncRpcClientAuth auth)
          Constructs and initialises a new ONC/RPC call message header.
OncRpcClientReplyMessage(OncRpcClientAuth auth)
          Initializes a new OncRpcReplyMessage object to represent an invalid state.
 



Copyright © 2011. All Rights Reserved.