PHP Interface AppserverIo\Appserver\Core\Api\Node\SecurityConstraintNodeInterface

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Show file Open project: appserver-io/appserver

Public Methods

Method Description
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.

Method Details

getAuthConstraint() public method

Return's the auth constraint information.
public getAuthConstraint ( ) : AuthConstraintNode
return AuthConstraintNode The auth constraint information

getDisplayName() public method

Return's the display name of the security constraint.
public getDisplayName ( ) : DisplayNameNode
return DisplayNameNode The display name

getWebResourceCollections() public method

Return's the web resource collections information.
public getWebResourceCollections ( ) : WebResourceCollectionNode
return WebResourceCollectionNode The web resource collections information