PHP Интерфейс AppserverIo\Appserver\Core\Api\Node\SecurityNodeInterface

Устаревший: Since 1.2.0
Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Configuration\Interfaces\NodeInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
getAuth ( ) : AppserverIo\Appserver\Core\Api\Node\AuthNode Return's the authentication information.
getUrlPattern ( ) : UrlPatternNode Return's the URL pattern information.
mapAuthenticationType ( string $shortname ) : string Returns the authentication type class name for the passed shortname.

Описание методов

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

Return's the authentication information.
public getAuth ( ) : AppserverIo\Appserver\Core\Api\Node\AuthNode
Результат AppserverIo\Appserver\Core\Api\Node\AuthNode The authentication information

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

Return's the URL pattern information.
public getUrlPattern ( ) : UrlPatternNode
Результат UrlPatternNode The URL pattern

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