Module krbcc

Behaviours: gen_server.

This module defines the krbcc behaviour.
Required callback functions: init/1, store_ticket/4, get_ticket/4, find_tickets/2, terminate/1.

Function Index

find_tickets/2
get_ticket/4
handle_call/3
init/1
start_link/2
stop/1
store_ticket/4
terminate/2

Function Details

find_tickets/2

find_tickets(CC, Filter) -> any()

get_ticket/4

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

handle_call/3

handle_call(X1, From, S0) -> any()

init/1

init(X1) -> any()

start_link/2

start_link(Mod, Opts) -> any()

stop/1

stop(CC) -> any()

store_ticket/4

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

terminate/2

terminate(Reason, Krbcc_state) -> any()


Generated by EDoc