PHP Trait AppserverIo\Appserver\Core\Api\Node\AuthenticatorsNodeTrait

Author: Tim Wagner ([email protected])
Author: Bernhard Wick ([email protected])
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$authenticators array The authenticator configuration.

Méthodes publiques

Méthode Description
getAuthenticators ( ) : array Returns the authenticator configuration.
setAuthenticators ( array $authenticators ) : void Sets the authenticator configuration.

Method Details

getAuthenticators() public méthode

Returns the authenticator configuration.
public getAuthenticators ( ) : array
Résultat array The authenticator configuration

setAuthenticators() public méthode

Sets the authenticator configuration.
public setAuthenticators ( array $authenticators ) : void
$authenticators array The authenticator configuration
Résultat void

Property Details

$authenticators protected_oe property

The authenticator configuration.
protected array $authenticators
Résultat array