
Métodos públicos | |
| __construct ($auth, $extra_args) | |
| get_identity () | |
| authenticate () | |
Definición en la línea 22 del archivo auth_interface.php.
| __construct | ( | $ | auth, | |
| $ | extra_args | |||
| ) |
Constructor del adaptador
Implementado en DigestAuth, Kerberos5Auth, ModelAuth, y RadiusAuth.
| authenticate | ( | ) |
Autentica un usuario usando el adaptador
Implementado en DigestAuth, Kerberos5Auth, ModelAuth, y RadiusAuth.
| get_identity | ( | ) |
Obtiene los datos de identidad obtenidos al autenticar
Implementado en DigestAuth, Kerberos5Auth, ModelAuth, y RadiusAuth.
1.5.8