AppserverIo\Appserver\Core\Api\Node\SecurityNodeInterface::mapAuthenticationType PHP Метод

mapAuthenticationType() публичный Метод

Returns the authentication type class name for the passed shortname.
public mapAuthenticationType ( string $shortname ) : string
$shortname string The shortname of the requested authentication type class name
Результат string The requested authentication type class name
    public function mapAuthenticationType($shortname);