PHP 클래스 AppserverIo\Appserver\Core\Api\Node\SecurityConstraintNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\SecurityConstraintNodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$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