Package | Description |
---|---|
org.acplt.oncrpc |
Sun's ONC/RPC Remote Procedure Call mechanism.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected OncRpcClientAuth |
OncRpcClient.auth
Authentication protocol object to be used when issuing ONC/RPC calls.
|
protected OncRpcClientAuth |
OncRpcClientReplyMessage.auth
Client-side authentication protocol handling object to use when
decoding the reply message.
|
protected OncRpcClientAuth |
OncRpcClientCallMessage.auth
Client-side authentication protocol handling object to use when
decoding the reply message.
|
Modifier and Type | Method and Description |
---|---|
OncRpcClientAuth |
OncRpcClient.getAuth()
Returns the current authentication.
|
Modifier and Type | Method and Description |
---|---|
void |
OncRpcClient.setAuth(OncRpcClientAuth auth)
Sets the authentication to be used when making ONC/RPC calls.
|
Constructor and Description |
---|
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 RPC reply message object to represent
an invalid state
OncRpcReplyMessage . |
Copyright © 2015. All rights reserved.