package krb

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file cred_cache.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
open! Core
open! Async
open! Import
open Deferred.Or_error.Let_syntax
include Cred_cache0

let keep_valid ?refresh_every ?on_error ?keytab ?server_cred_cache ?abort t =
  let%bind principal = Cross_realm.principal t in
  Keep_valid.f
    ?refresh_every
    ?on_error
    ?keytab
    ?server_cred_cache
    ?abort
    ~cred_cache:t
    principal
;;

let num_active_renewal_jobs = Keep_valid.num_active_renewal_jobs
OCaml

Innovation. Community. Security.