Home
last modified time | relevance | path

Searched refs:trustExternal (Results 1 – 25 of 30) sorted by relevance

12

/plugin/authlemonldap/
H A Dauth.php24 public function trustExternal($user, $pass, $sticky = false) { function in auth_plugin_authlemonldap
/plugin/authchained/
H A Dauth.php170 public function trustExternal($user, $pass, $sticky = false) { function in auth_plugin_authchained
173 if($module[1]->canDo('external') && $module[1]->trustExternal($user, $pass, $sticky)) {
208 if($module[1]->canDo('external') && $module[1]->trustExternal($user, $pass)) {
/plugin/authsaml/
H A Dauth.php71 public function trustExternal($user, $pass, $sticky = false) function in auth_plugin_authsaml
/plugin/authenvvars/
H A Dauth.php51 public function trustExternal($user, $pass, $sticky=false) { function in auth_plugin_authenvvars
/plugin/authmantis/
H A Dauth.php64 public function trustExternal( $user, $pass, $sticky = false ) { function in auth_plugin_authmantis
/plugin/authloginapi/
H A Dauth.php34 public function trustExternal($user, $pass, $sticky = false) function in auth_plugin_authloginapi
/plugin/fblogin/files/
H A Dfacebook.class.php50 function trustExternal($user,$pass,$sticky=true ){ function in auth_facebook
/plugin/authdiscourse/
H A Dauth.php48 public function trustExternal($user, $pass, $sticky=false) { function in auth_plugin_authdiscourse
/plugin/authdjango/
H A Dauth.php52 function trustExternal($user,$pass,$sticky=false){ function in auth_plugin_authdjango
/plugin/authsplit/
H A Dauth.php176 public function trustExternal($user, $pass, $sticky = false) { function in auth_plugin_authsplit
179 /* First delegate to the primary plugin's trustExternal() to
181 if (!$this->authplugins['primary']->trustExternal($user, $pass, $sticky)) {
183 'authsplit:trustExternal(): primary auth plugin\'s ' .
184 'trustExternal() failed', -1, __LINE__, __FILE__
193 'authsplit:trustExternal(): derived user name: ' . $user,
H A DREADME61 - trustExternal(): this is the method DokuWiki calls if the PRIMARY auth
87 usual logOff. Useful with trustExternal() to initiate actions for the
164 trustExternal() Authenticated here User existance required*
/plugin/adfs/
H A Dauth.php37 public function trustExternal($user, $pass, $sticky = false) function in auth_plugin_adfs
/plugin/genericsso/
H A Dauth.php63 public function trustExternal($user, $pass, $sticky=false) { function in auth_plugin_genericsso
/plugin/oauth/
H A Dauth.php33 public function trustExternal($user, $pass, $sticky = false) function in auth_plugin_oauth
/plugin/authclientcert/
H A Dauth.php43 public function trustExternal($user, $pass, $sticky=false) { function in auth_plugin_authclientcert
/plugin/authgoogle/
H A Dauth.php28 function trustExternal($user, $pass, $sticky = false) { function in auth_plugin_authgoogle
/plugin/authnc/
H A DREADME.md11 * At the moment only `trustExternal`, `logout`, `getGroups` and `getUserCount` are implemented
H A Dauth.php78 public function trustExternal($user, $pass, $sticky = false) function in auth_plugin_authnc
/plugin/authhiorgserver/
H A Dauth.php77 public function trustExternal($user, $pass, $sticky = false) { function in auth_plugin_authhiorgserver
/plugin/authfacebook/
H A Dauth.php41 function trustExternal($user,$pass,$sticky=true ){ function in auth_plugin_authfacebook
/plugin/authremoteuser/
H A Dauth.php70 public function trustExternal($user, $pass, $sticky=false) { function in auth_plugin_authremoteuser
/plugin/authsmf20/
H A Dauth.php102 public function trustExternal($user = '', $pass = '', $sticky = false) function in auth_plugin_authsmf20
/plugin/authvk/
H A Dauth.php41 function trustExternal($user, $pass, $sticky = false) { function in auth_plugin_authvk
/plugin/authucenter/
H A Dauth.php82 public function trustExternal($user, $pass, $sticky = false) { function in auth_plugin_authucenter
/plugin/evesso/
H A Dauth.php36 function trustExternal($user, $pass, $sticky = false) { function in auth_plugin_evesso

12