ONC-RPC-0.2: ONC RPC (aka Sun RPC) and XDR library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.ONCRPC.Auth

Description

Authentication mechanisms for RPC.

Synopsis

Documentation

data Auth Source #

More translucent version of Opaque_auth union (not expressible in XDR)

Instances

Instances details
XDR Auth Source # 
Instance details

Defined in Network.ONCRPC.Auth

Show Auth Source # 
Instance details

Defined in Network.ONCRPC.Auth

Methods

showsPrec :: Int -> Auth -> ShowS #

show :: Auth -> String #

showList :: [Auth] -> ShowS #

Eq Auth Source # 
Instance details

Defined in Network.ONCRPC.Auth

Methods

(==) :: Auth -> Auth -> Bool #

(/=) :: Auth -> Auth -> Bool #

getAuthUnix :: IO Auth Source #

Get the appropriate, effective AuthSys value for the current process. You know, if you're into that sort of thing.