Uses of Class
org.acplt.oncrpc.server.OncRpcServerAuth

Packages that use OncRpcServerAuth
org.acplt.oncrpc.server ONC/RPC Server support package. 
 

Uses of OncRpcServerAuth in org.acplt.oncrpc.server
 

Subclasses of OncRpcServerAuth in org.acplt.oncrpc.server
 class OncRpcServerAuthNone
          The OncRpcServerAuthNone class handles all protocol issues of the ONC/RPC authentication AUTH_NONE on the server side.
 class OncRpcServerAuthShort
          The OncRpcServerAuthShort class handles all protocol issues of the ONC/RPC authentication AUTH_SHORT on the server side.
 class OncRpcServerAuthUnix
          The OncRpcServerAuthNone class handles all protocol issues of the ONC/RPC authentication AUTH_UNIX on the server side.
 

Fields in org.acplt.oncrpc.server declared as OncRpcServerAuth
 OncRpcServerAuth OncRpcServerCallMessage.auth
          Contains the authentication protocol handling object retrieved together with the call message itself.
 

Methods in org.acplt.oncrpc.server that return OncRpcServerAuth
static OncRpcServerAuth OncRpcServerAuth.xdrNew(XdrDecodingStream xdr, OncRpcServerAuth recycle)
          Restores (deserializes) an authentication object from an XDR stream.
 

Methods in org.acplt.oncrpc.server with parameters of type OncRpcServerAuth
static OncRpcServerAuth OncRpcServerAuth.xdrNew(XdrDecodingStream xdr, OncRpcServerAuth recycle)
          Restores (deserializes) an authentication object from an XDR stream.
 



Copyright © 2011. All Rights Reserved.