AppserverIo\Appserver\ServletEngine\Authenticator\AbstractAuthenticator::getConfigData PHP 메소드

getConfigData() 공개 메소드

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