Module krb_realm_db

Behaviours: gen_server.

Function Index

handle_call/3
handle_info/2
init/1
lookup/1
register/1
start_link/0
terminate/2

Function Details

handle_call/3

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

handle_info/2

handle_info(X1, S0) -> any()

init/1

init(X1) -> any()

lookup/1

lookup(Realm::krb_realm:realm()) -> {ok, pid()} | {error, not_found} | {error, term()}

register/1

register(Realm::krb_realm:realm()) -> ok | {error, already_registered} | {error, term()}

start_link/0

start_link() -> {ok, pid()}

terminate/2

terminate(Why, X2) -> any()


Generated by EDoc