Home
last modified time | relevance | path

Searched refs:fa_provider (Results 1 – 2 of 2) sorted by relevance

/plugin/fedauth/classes/
H A Dfa_providerlist.class.php92 $provider = fa_provider::create($id, $data);
115 $provider = fa_provider::createCustom($id, $name, $url, $large, $small);
H A Dfa_provider.class.php22 class fa_provider { class