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

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode 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 méthode

Return's the auth constraint information.
public getAuthConstraint ( ) : AuthConstraintNode
Résultat AuthConstraintNode The auth constraint information

getDisplayName() public méthode

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

getWebResourceCollections() public méthode

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