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

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

Méthodes publiques

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

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

getUrlPattern() public méthode

Return's the URL pattern information.
public getUrlPattern ( ) : UrlPatternNode
Résultat UrlPatternNode The URL pattern

mapAuthenticationType() public méthode

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
Résultat string The requested authentication type class name