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);