Module krbcc_ets

credential cache in ets.

Behaviours: krbcc.

Description

credential cache in ets

Function Index

find_tickets/2
get_ticket/4
init/1
store_ticket/4
terminate/1

Function Details

find_tickets/2

find_tickets(X1, S) -> any()

get_ticket/4

get_ticket(UserPrincipal, ServicePrincipal, Realm, S) -> any()

init/1

init(Opts) -> any()

store_ticket/4

store_ticket(UserPrincipal, Key, Ticket, S0) -> any()

terminate/1

terminate(State) -> any()


Generated by EDoc