AppserverIo\Appserver\Core\Api\Node\SecurityNodeInterface::mapAuthenticationType PHP Method

mapAuthenticationType() public method

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
return string The requested authentication type class name
    public function mapAuthenticationType($shortname);