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

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

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

Метод Описание
getAuthConstraint ( ) : AuthConstraintNode Return's the auth constraint information.
getDisplayName ( ) : DisplayNameNode Return's the display name of the security constraint.
getWebResourceCollections ( ) : WebResourceCollectionNode Return's the web resource collections 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 ( ) : WebResourceCollectionNode
Результат WebResourceCollectionNode The web resource collections information