AMI_ExternalAuthDriver
{
// Error 1001: wrong user object (invalid object type or null)
// Error 1001: message
// Instance
// Settings array
// Initialize settings.
public
init (
[ $aSettings = array() ] ) returns
void;
// Object could be created, through getInstance only.
protected
__construct ( ) returns
AMI_ExternalAuthDriver;
// Object could be cloned.
protected
__clone ( ) returns
void;
}