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

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

Public Methods

Method Description
getDescription ( ) : DescriptionNode Return's the description information.
getRoleNames ( ) : RoleNameNode Return's the role names information.
getRoleNamesAsArray ( ) : array Return's the role names as array.

Method Details

getDescription() public method

Return's the description information.
public getDescription ( ) : DescriptionNode
return DescriptionNode The description information

getRoleNames() public method

Return's the role names information.
public getRoleNames ( ) : RoleNameNode
return RoleNameNode The role names information

getRoleNamesAsArray() public method

Return's the role names as array.
public getRoleNamesAsArray ( ) : array
return array The role names as array