package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type user_name_format = [
  1. | `Exported_name
  2. | `Plain_name
  3. | `Prefixed_name
]
val server_auth_method : ?shared_context:bool -> ?user_name_format:user_name_format -> ?seq_number_window:int -> ?max_age:float -> (module Netsys_gssapi.GSSAPI) -> Netsys_gssapi.server_config -> Rpc_server.auth_method
type support_level = [
  1. | `If_possible
  2. | `None
  3. | `Required
]
type user_name_interpretation = [
  1. | `Exported_name
  2. | `Plain_name of Netsys_gssapi.oid
  3. | `Prefixed_name
]
val client_auth_method : ?user_name_interpretation:user_name_interpretation -> (module Netsys_gssapi.GSSAPI) -> Netsys_gssapi.client_config -> Rpc_client.auth_method
module Debug : sig ... end