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

Deprecation: Since 1.2.0
Author: Tim Wagner ([email protected])
Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Show file Open project: appserver-io/appserver

Public Methods

Method Description
getAuth ( ) : AppserverIo\Appserver\Core\Api\Node\AuthNode Return's the authentication information.
getUrlPattern ( ) : UrlPatternNode Return's the URL pattern information.
mapAuthenticationType ( string $shortname ) : string Returns the authentication type class name for the passed shortname.

Method Details

getAuth() public method

Return's the authentication information.
public getAuth ( ) : AppserverIo\Appserver\Core\Api\Node\AuthNode
return AppserverIo\Appserver\Core\Api\Node\AuthNode The authentication information

getUrlPattern() public method

Return's the URL pattern information.
public getUrlPattern ( ) : UrlPatternNode
return UrlPatternNode The URL pattern

mapAuthenticationType() public method

Returns the authentication type class name for the passed shortname.
public mapAuthenticationType ( string $shortname ) : string
$shortname string The shortname of the requested authentication type class name
return string The requested authentication type class name