AppserverIo\Appserver\Core\Api\Node\SecurityDomainNode::getAuthConfig PHP Method

getAuthConfig() public method

Return's the authentication configuration.
public getAuthConfig ( ) : AppserverIo\Appserver\Core\Api\Node\AuthConfigNode
return AppserverIo\Appserver\Core\Api\Node\AuthConfigNode The authentication configuration
    public function getAuthConfig()
    {
        return $this->authConfig;
    }
SecurityDomainNode