PHP 인터페이스 AppserverIo\Appserver\Core\Api\Node\SecurityConstraintNodeInterface

상속: extends AppserverIo\Configuration\Interfaces\NodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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