AppserverIo\Appserver\ServletEngine\Authenticator\AbstractAuthenticator::getConfigData PHP Method

getConfigData() public method

Returns the configuration data given for authentication type.
public getConfigData ( ) : object
return object The configuration data
    public function getConfigData()
    {
        return $this->configData;
    }