| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.ONCRPC.Auth
Description
Authentication mechanisms for RPC.
- data Auth
- data Authsys_parms = Authsys_parms {}
- opacifyAuth :: Auth -> Opaque_auth
- unopacifyAuth :: Opaque_auth -> Auth
- getAuthUnix :: IO Auth
Documentation
More translucent version of Opaque_auth union (not expressible in XDR)
Constructors
| AuthNone | |
| AuthSys !Authsys_parms | |
| AuthOpaque !Opaque_auth |
data Authsys_parms Source #
Constructors
| Authsys_parms | |
Fields
| |
Instances
opacifyAuth :: Auth -> Opaque_auth Source #
unopacifyAuth :: Opaque_auth -> Auth Source #
getAuthUnix :: IO Auth Source #
Get the appropriate, effective AuthSys value for the current process. You know, if you're into that sort of thing.