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

Author: Tim Wagner ([email protected])
Author: Bernhard Wick ([email protected])
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$authenticators array The authenticator configuration.

Public Methods

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

Method Details

getAuthenticators() public method

Returns the authenticator configuration.
public getAuthenticators ( ) : array
return array The authenticator configuration

setAuthenticators() public method

Sets the authenticator configuration.
public setAuthenticators ( array $authenticators ) : void
$authenticators array The authenticator configuration
return void

Property Details

$authenticators protected property

The authenticator configuration.
protected array $authenticators
return array