PHP Класс AppserverIo\Appserver\Core\Api\Node\SecurityConstraintNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\SecurityConstraintNodeInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$authConstraint AuthConstraintNode The auth constraint information.
$displayName DisplayNameNode The display name information.
$webResourceCollections array The web resource collection information.

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

Метод Описание
__construct ( AppserverIo\Configuration\Interfaces\NodeValueInterface $displayName = null, array $webResourceCollections = [], AppserverIo\Appserver\Core\Api\Node\AuthConstraintNodeInterface $authConstraint = null ) Initializes the node with the passed values.
getAuthConstraint ( ) : AuthConstraintNode Return's the auth constraint information.
getDisplayName ( ) : DisplayNameNode Return's the display name of the security constraint.
getWebResourceCollections ( ) : array Return's the web resource collections information.

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

__construct() публичный метод

Initializes the node with the passed values.
public __construct ( AppserverIo\Configuration\Interfaces\NodeValueInterface $displayName = null, array $webResourceCollections = [], AppserverIo\Appserver\Core\Api\Node\AuthConstraintNodeInterface $authConstraint = null )
$displayName AppserverIo\Configuration\Interfaces\NodeValueInterface The display name information
$webResourceCollections array The array with the web resource collection information
$authConstraint AppserverIo\Appserver\Core\Api\Node\AuthConstraintNodeInterface The auth constraint information

getAuthConstraint() публичный метод

Return's the auth constraint information.
public getAuthConstraint ( ) : AuthConstraintNode
Результат AuthConstraintNode The auth constraint information

getDisplayName() публичный метод

Return's the display name of the security constraint.
public getDisplayName ( ) : DisplayNameNode
Результат DisplayNameNode The display name

getWebResourceCollections() публичный метод

Return's the web resource collections information.
public getWebResourceCollections ( ) : array
Результат array The web resource collections information

Описание свойств

$authConstraint защищенное свойство

The auth constraint information.
protected AuthConstraintNode,AppserverIo\Appserver\Core\Api\Node $authConstraint
Результат AuthConstraintNode

$displayName защищенное свойство

The display name information.
protected DisplayNameNode,AppserverIo\Appserver\Core\Api\Node $displayName
Результат DisplayNameNode

$webResourceCollections защищенное свойство

The web resource collection information.
protected array $webResourceCollections
Результат array