3426 lines
98 KiB
PHP
3426 lines
98 KiB
PHP
<?php
|
|
|
|
// Functions and constants
|
|
|
|
namespace {
|
|
if(!function_exists('\\sodiumCompatAutoloader')){
|
|
function sodiumCompatAutoloader(...$args) {
|
|
return \pshowssoscoped_sodiumCompatAutoloader(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\IsModulesInPath')){
|
|
function IsModulesInPath(...$args) {
|
|
return \pshowssoscoped_IsModulesInPath(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\getModulePath')){
|
|
function getModulePath(...$args) {
|
|
return \pshowssoscoped_getModulePath(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\findRealFilePath')){
|
|
function findRealFilePath(...$args) {
|
|
return \pshowssoscoped_findRealFilePath(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\getModuleName')){
|
|
function getModuleName(...$args) {
|
|
return \pshowssoscoped_getModuleName(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\getDiskFreeSpace')){
|
|
function getDiskFreeSpace(...$args) {
|
|
return \pshowssoscoped_getDiskFreeSpace(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\findTranslationsInTplFile')){
|
|
function findTranslationsInTplFile(...$args) {
|
|
return \pshowssoscoped_findTranslationsInTplFile(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\findTranslationsInPhpFile')){
|
|
function findTranslationsInPhpFile(...$args) {
|
|
return \pshowssoscoped_findTranslationsInPhpFile(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\getmicrotime')){
|
|
function getmicrotime(...$args) {
|
|
return \pshowssoscoped_getmicrotime(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\__')){
|
|
function __(...$args) {
|
|
return \pshowssoscoped___(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\getallheaders')){
|
|
function getallheaders(...$args) {
|
|
return \pshowssoscoped_getallheaders(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\trigger_deprecation')){
|
|
function trigger_deprecation(...$args) {
|
|
return \pshowssoscoped_trigger_deprecation(...func_get_args());
|
|
}
|
|
}
|
|
|
|
}
|
|
namespace GuzzleHttp {
|
|
if(!function_exists('\\GuzzleHttp\\describe_type')){
|
|
function describe_type(...$args) {
|
|
return \PShowSsoScoped\GuzzleHttp\describe_type(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\GuzzleHttp\\headers_from_lines')){
|
|
function headers_from_lines(...$args) {
|
|
return \PShowSsoScoped\GuzzleHttp\headers_from_lines(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\GuzzleHttp\\debug_resource')){
|
|
function debug_resource(...$args) {
|
|
return \PShowSsoScoped\GuzzleHttp\debug_resource(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\GuzzleHttp\\choose_handler')){
|
|
function choose_handler(...$args) {
|
|
return \PShowSsoScoped\GuzzleHttp\choose_handler(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\GuzzleHttp\\default_user_agent')){
|
|
function default_user_agent(...$args) {
|
|
return \PShowSsoScoped\GuzzleHttp\default_user_agent(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\GuzzleHttp\\default_ca_bundle')){
|
|
function default_ca_bundle(...$args) {
|
|
return \PShowSsoScoped\GuzzleHttp\default_ca_bundle(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\GuzzleHttp\\normalize_header_keys')){
|
|
function normalize_header_keys(...$args) {
|
|
return \PShowSsoScoped\GuzzleHttp\normalize_header_keys(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\GuzzleHttp\\is_host_in_noproxy')){
|
|
function is_host_in_noproxy(...$args) {
|
|
return \PShowSsoScoped\GuzzleHttp\is_host_in_noproxy(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\GuzzleHttp\\json_decode')){
|
|
function json_decode(...$args) {
|
|
return \PShowSsoScoped\GuzzleHttp\json_decode(...func_get_args());
|
|
}
|
|
}
|
|
if(!function_exists('\\GuzzleHttp\\json_encode')){
|
|
function json_encode(...$args) {
|
|
return \PShowSsoScoped\GuzzleHttp\json_encode(...func_get_args());
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
namespace PShowSsoScoped {
|
|
|
|
class AliasAutoloader
|
|
{
|
|
private string $includeFilePath;
|
|
|
|
private array $autoloadAliases = array (
|
|
'Firebase\\JWT\\BeforeValidException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'BeforeValidException',
|
|
'isabstract' => false,
|
|
'namespace' => 'Firebase\\JWT',
|
|
'extends' => 'PShowSsoScoped\\Firebase\\JWT\\BeforeValidException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Firebase\\JWT\\CachedKeySet' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'CachedKeySet',
|
|
'isabstract' => false,
|
|
'namespace' => 'Firebase\\JWT',
|
|
'extends' => 'PShowSsoScoped\\Firebase\\JWT\\CachedKeySet',
|
|
'implements' =>
|
|
array (
|
|
0 => 'ArrayAccess',
|
|
),
|
|
),
|
|
'Firebase\\JWT\\ExpiredException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ExpiredException',
|
|
'isabstract' => false,
|
|
'namespace' => 'Firebase\\JWT',
|
|
'extends' => 'PShowSsoScoped\\Firebase\\JWT\\ExpiredException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Firebase\\JWT\\JWK' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'JWK',
|
|
'isabstract' => false,
|
|
'namespace' => 'Firebase\\JWT',
|
|
'extends' => 'PShowSsoScoped\\Firebase\\JWT\\JWK',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Firebase\\JWT\\JWT' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'JWT',
|
|
'isabstract' => false,
|
|
'namespace' => 'Firebase\\JWT',
|
|
'extends' => 'PShowSsoScoped\\Firebase\\JWT\\JWT',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Firebase\\JWT\\Key' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Key',
|
|
'isabstract' => false,
|
|
'namespace' => 'Firebase\\JWT',
|
|
'extends' => 'PShowSsoScoped\\Firebase\\JWT\\Key',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Firebase\\JWT\\SignatureInvalidException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'SignatureInvalidException',
|
|
'isabstract' => false,
|
|
'namespace' => 'Firebase\\JWT',
|
|
'extends' => 'PShowSsoScoped\\Firebase\\JWT\\SignatureInvalidException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\BodySummarizer' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'BodySummarizer',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\BodySummarizer',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\BodySummarizerInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Client' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Client',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Client',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\ClientInterface',
|
|
1 => 'Psr\\Http\\Client\\ClientInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Cookie\\CookieJar' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'CookieJar',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Cookie',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Cookie\\CookieJar',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\Cookie\\CookieJarInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Cookie\\FileCookieJar' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'FileCookieJar',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Cookie',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Cookie\\FileCookieJar',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Cookie\\SessionCookieJar' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'SessionCookieJar',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Cookie',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Cookie\\SessionCookieJar',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Cookie\\SetCookie' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'SetCookie',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Cookie',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Cookie\\SetCookie',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Exception\\BadResponseException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'BadResponseException',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Exception',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Exception\\BadResponseException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Exception\\ClientException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ClientException',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Exception',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Exception\\ClientException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Exception\\ConnectException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ConnectException',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Exception',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Exception\\ConnectException',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Client\\NetworkExceptionInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Exception\\InvalidArgumentException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'InvalidArgumentException',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Exception',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Exception\\InvalidArgumentException',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\Exception\\GuzzleException',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Exception\\RequestException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RequestException',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Exception',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Exception\\RequestException',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Client\\RequestExceptionInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Exception\\ServerException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ServerException',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Exception',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Exception\\ServerException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Exception\\TooManyRedirectsException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'TooManyRedirectsException',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Exception',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Exception\\TooManyRedirectsException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Exception\\TransferException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'TransferException',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Exception',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Exception\\TransferException',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\Exception\\GuzzleException',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Handler\\CurlFactory' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'CurlFactory',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Handler',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Handler\\CurlFactory',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\Handler\\CurlFactoryInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Handler\\CurlHandler' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'CurlHandler',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Handler',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Handler\\CurlHandler',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Handler\\CurlMultiHandler' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'CurlMultiHandler',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Handler',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Handler\\CurlMultiHandler',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Handler\\EasyHandle' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'EasyHandle',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Handler',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Handler\\EasyHandle',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Handler\\HeaderProcessor' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'HeaderProcessor',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Handler',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Handler\\HeaderProcessor',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Handler\\MockHandler' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'MockHandler',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Handler',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Handler\\MockHandler',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Countable',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Handler\\Proxy' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Proxy',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Handler',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Handler\\Proxy',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Handler\\StreamHandler' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'StreamHandler',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Handler',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Handler\\StreamHandler',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\HandlerStack' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'HandlerStack',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\HandlerStack',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\MessageFormatter' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'MessageFormatter',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\MessageFormatter',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\MessageFormatterInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Middleware' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Middleware',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Middleware',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Pool' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Pool',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Pool',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\Promise\\PromisorInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\PrepareBodyMiddleware' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'PrepareBodyMiddleware',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\PrepareBodyMiddleware',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\RedirectMiddleware' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RedirectMiddleware',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\RedirectMiddleware',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\RequestOptions' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RequestOptions',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\RequestOptions',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\RetryMiddleware' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RetryMiddleware',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\RetryMiddleware',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\TransferStats' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'TransferStats',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\TransferStats',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Utils' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Utils',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Utils',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\AggregateException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AggregateException',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\AggregateException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\CancellationException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'CancellationException',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\CancellationException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\Coroutine' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Coroutine',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\Coroutine',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\Promise\\PromiseInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\Create' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Create',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\Create',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\Each' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Each',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\Each',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\EachPromise' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'EachPromise',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\EachPromise',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\Promise\\PromisorInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\FulfilledPromise' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'FulfilledPromise',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\FulfilledPromise',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\Promise\\PromiseInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\Is' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Is',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\Is',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\Promise' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Promise',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\Promise',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\Promise\\PromiseInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\RejectedPromise' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RejectedPromise',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\RejectedPromise',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\Promise\\PromiseInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\RejectionException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RejectionException',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\RejectionException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\TaskQueue' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'TaskQueue',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\TaskQueue',
|
|
'implements' =>
|
|
array (
|
|
0 => 'GuzzleHttp\\Promise\\TaskQueueInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\Utils' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Utils',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Promise\\Utils',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\AppendStream' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AppendStream',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\AppendStream',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\BufferStream' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'BufferStream',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\BufferStream',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\CachingStream' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'CachingStream',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\CachingStream',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\DroppingStream' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'DroppingStream',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\DroppingStream',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\Exception\\MalformedUriException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'MalformedUriException',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7\\Exception',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\Exception\\MalformedUriException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\FnStream' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'FnStream',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\FnStream',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\Header' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Header',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\Header',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\HttpFactory' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'HttpFactory',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\HttpFactory',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\RequestFactoryInterface',
|
|
1 => 'Psr\\Http\\Message\\ResponseFactoryInterface',
|
|
2 => 'Psr\\Http\\Message\\ServerRequestFactoryInterface',
|
|
3 => 'Psr\\Http\\Message\\StreamFactoryInterface',
|
|
4 => 'Psr\\Http\\Message\\UploadedFileFactoryInterface',
|
|
5 => 'Psr\\Http\\Message\\UriFactoryInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\InflateStream' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'InflateStream',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\InflateStream',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\LazyOpenStream' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'LazyOpenStream',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\LazyOpenStream',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\LimitStream' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'LimitStream',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\LimitStream',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\Message' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Message',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\Message',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\MimeType' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'MimeType',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\MimeType',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\MultipartStream' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'MultipartStream',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\MultipartStream',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\NoSeekStream' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'NoSeekStream',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\NoSeekStream',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\PumpStream' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'PumpStream',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\PumpStream',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\Query' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Query',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\Query',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\Request' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Request',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\Request',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\RequestInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\Response' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Response',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\Response',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\ResponseInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\Rfc7230' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Rfc7230',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\Rfc7230',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\ServerRequest' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ServerRequest',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\ServerRequest',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\ServerRequestInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\Stream' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Stream',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\Stream',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\StreamWrapper' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'StreamWrapper',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\StreamWrapper',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\UploadedFile' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'UploadedFile',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\UploadedFile',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\UploadedFileInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\Uri' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Uri',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\Uri',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Psr\\Http\\Message\\UriInterface',
|
|
1 => 'JsonSerializable',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\UriComparator' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'UriComparator',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\UriComparator',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\UriNormalizer' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'UriNormalizer',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\UriNormalizer',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\UriResolver' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'UriResolver',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\UriResolver',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\Utils' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Utils',
|
|
'isabstract' => false,
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'extends' => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\Utils',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'SecurityLib\\AbstractFactory' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractFactory',
|
|
'isabstract' => true,
|
|
'namespace' => 'SecurityLib',
|
|
'extends' => 'PShowSsoScoped\\SecurityLib\\AbstractFactory',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'SecurityLib\\BaseConverter' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'BaseConverter',
|
|
'isabstract' => false,
|
|
'namespace' => 'SecurityLib',
|
|
'extends' => 'PShowSsoScoped\\SecurityLib\\BaseConverter',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'SecurityLib\\BigMath\\BCMath' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'BCMath',
|
|
'isabstract' => false,
|
|
'namespace' => 'SecurityLib\\BigMath',
|
|
'extends' => 'PShowSsoScoped\\SecurityLib\\BigMath\\BCMath',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'SecurityLib\\BigMath\\GMP' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'GMP',
|
|
'isabstract' => false,
|
|
'namespace' => 'SecurityLib\\BigMath',
|
|
'extends' => 'PShowSsoScoped\\SecurityLib\\BigMath\\GMP',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'SecurityLib\\BigMath\\PHPMath' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'PHPMath',
|
|
'isabstract' => false,
|
|
'namespace' => 'SecurityLib\\BigMath',
|
|
'extends' => 'PShowSsoScoped\\SecurityLib\\BigMath\\PHPMath',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'SecurityLib\\Enum' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Enum',
|
|
'isabstract' => true,
|
|
'namespace' => 'SecurityLib',
|
|
'extends' => 'PShowSsoScoped\\SecurityLib\\Enum',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'SecurityLib\\Hash' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Hash',
|
|
'isabstract' => false,
|
|
'namespace' => 'SecurityLib',
|
|
'extends' => 'PShowSsoScoped\\SecurityLib\\Hash',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'SecurityLib\\Strength' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Strength',
|
|
'isabstract' => false,
|
|
'namespace' => 'SecurityLib',
|
|
'extends' => 'PShowSsoScoped\\SecurityLib\\Strength',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'SecurityLib\\Util' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Util',
|
|
'isabstract' => true,
|
|
'namespace' => 'SecurityLib',
|
|
'extends' => 'PShowSsoScoped\\SecurityLib\\Util',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\Clock\\FrozenClock' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'FrozenClock',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\Clock',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\Clock\\FrozenClock',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\Clock\\Clock',
|
|
),
|
|
),
|
|
'Lcobucci\\Clock\\SystemClock' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'SystemClock',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\Clock',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\Clock\\SystemClock',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\Clock\\Clock',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Builder' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Builder',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Builder',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Claim\\Basic' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Basic',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Claim',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Claim\\Basic',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Claim',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Claim\\EqualsTo' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'EqualsTo',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Claim',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Claim\\EqualsTo',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Claim',
|
|
1 => 'Lcobucci\\JWT\\Claim\\Validatable',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Claim\\Factory' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Factory',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Claim',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Claim\\Factory',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Claim\\GreaterOrEqualsTo' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'GreaterOrEqualsTo',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Claim',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Claim\\GreaterOrEqualsTo',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Claim',
|
|
1 => 'Lcobucci\\JWT\\Claim\\Validatable',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Claim\\LesserOrEqualsTo' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'LesserOrEqualsTo',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Claim',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Claim\\LesserOrEqualsTo',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Claim',
|
|
1 => 'Lcobucci\\JWT\\Claim\\Validatable',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Configuration' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Configuration',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Configuration',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Encoding\\CannotDecodeContent' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'CannotDecodeContent',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Encoding',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Encoding\\CannotDecodeContent',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Encoding\\CannotEncodeContent' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'CannotEncodeContent',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Encoding',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Encoding\\CannotEncodeContent',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Parser' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Parser',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Parser',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Parsing\\Decoder' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Decoder',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Parsing',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Parsing\\Decoder',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Parsing\\Encoder' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Encoder',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Parsing',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Parsing\\Encoder',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signature' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Signature',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signature',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\BaseSigner' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'BaseSigner',
|
|
'isabstract' => true,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\BaseSigner',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Signer',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\CannotSignPayload' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'CannotSignPayload',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\CannotSignPayload',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Ecdsa\\ConversionFailed' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ConversionFailed',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Ecdsa',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Ecdsa\\ConversionFailed',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Ecdsa\\MultibyteStringConverter' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'MultibyteStringConverter',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Ecdsa',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Ecdsa\\MultibyteStringConverter',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Signer\\Ecdsa\\SignatureConverter',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Ecdsa\\Sha256' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Sha256',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Ecdsa',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Ecdsa\\Sha256',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Ecdsa\\Sha384' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Sha384',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Ecdsa',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Ecdsa\\Sha384',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Ecdsa\\Sha512' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Sha512',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Ecdsa',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Ecdsa\\Sha512',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Hmac\\Sha256' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Sha256',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Hmac',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Hmac\\Sha256',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Hmac\\Sha384' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Sha384',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Hmac',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Hmac\\Sha384',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Hmac\\Sha512' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Sha512',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Hmac',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Hmac\\Sha512',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\InvalidKeyProvided' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'InvalidKeyProvided',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\InvalidKeyProvided',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Key\\FileCouldNotBeRead' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'FileCouldNotBeRead',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Key',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Key\\FileCouldNotBeRead',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Key\\InMemory' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'InMemory',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Key',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Key\\InMemory',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Key\\LocalFileReference' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'LocalFileReference',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Key',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Key\\LocalFileReference',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Keychain' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Keychain',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Keychain',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\None' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'None',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\None',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\OpenSSL' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'OpenSSL',
|
|
'isabstract' => true,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\OpenSSL',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Rsa\\Sha256' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Sha256',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Rsa',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Rsa\\Sha256',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Rsa\\Sha384' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Sha384',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Rsa',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Rsa\\Sha384',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Rsa\\Sha512' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Sha512',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Rsa',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Rsa\\Sha512',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Token\\DataSet' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'DataSet',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Token',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Token\\DataSet',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Token\\InvalidTokenStructure' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'InvalidTokenStructure',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Token',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Token\\InvalidTokenStructure',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Token\\RegisteredClaimGiven' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RegisteredClaimGiven',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Token',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Token\\RegisteredClaimGiven',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Token\\UnsupportedHeaderFound' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'UnsupportedHeaderFound',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Token',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Token\\UnsupportedHeaderFound',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validation\\Constraint\\IdentifiedBy' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'IdentifiedBy',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Validation\\Constraint\\IdentifiedBy',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validation\\Constraint\\IssuedBy' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'IssuedBy',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Validation\\Constraint\\IssuedBy',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validation\\Constraint\\LeewayCannotBeNegative' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'LeewayCannotBeNegative',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Validation\\Constraint\\LeewayCannotBeNegative',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validation\\Constraint\\PermittedFor' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'PermittedFor',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Validation\\Constraint\\PermittedFor',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validation\\Constraint\\RelatedTo' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RelatedTo',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Validation\\Constraint\\RelatedTo',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validation\\Constraint\\SignedWith' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'SignedWith',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Validation\\Constraint\\SignedWith',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validation\\Constraint\\ValidAt' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ValidAt',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Validation\\Constraint\\ValidAt',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Validation\\Constraint',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validation\\ConstraintViolation' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ConstraintViolation',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Validation',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Validation\\ConstraintViolation',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validation\\NoConstraintsGiven' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'NoConstraintsGiven',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Validation',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Validation\\NoConstraintsGiven',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validation\\RequiredConstraintsViolated' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RequiredConstraintsViolated',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Validation',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Validation\\RequiredConstraintsViolated',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validation\\Validator' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Validator',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT\\Validation',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\Validation\\Validator',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Lcobucci\\JWT\\Validator',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\ValidationData' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ValidationData',
|
|
'isabstract' => false,
|
|
'namespace' => 'Lcobucci\\JWT',
|
|
'extends' => 'PShowSsoScoped\\Lcobucci\\JWT\\ValidationData',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Grant\\AbstractGrant' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractGrant',
|
|
'isabstract' => true,
|
|
'namespace' => 'League\\OAuth2\\Client\\Grant',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Grant\\AbstractGrant',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Grant\\AuthorizationCode' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AuthorizationCode',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Grant',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Grant\\AuthorizationCode',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Grant\\ClientCredentials' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ClientCredentials',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Grant',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Grant\\ClientCredentials',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Grant\\Exception\\InvalidGrantException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'InvalidGrantException',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Grant\\Exception',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Grant\\Exception\\InvalidGrantException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Grant\\GrantFactory' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'GrantFactory',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Grant',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Grant\\GrantFactory',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Grant\\Password' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Password',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Grant',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Grant\\Password',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Grant\\RefreshToken' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RefreshToken',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Grant',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Grant\\RefreshToken',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\OptionProvider\\HttpBasicAuthOptionProvider' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'HttpBasicAuthOptionProvider',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\OptionProvider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\OptionProvider\\HttpBasicAuthOptionProvider',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\OptionProvider\\PostAuthOptionProvider' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'PostAuthOptionProvider',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\OptionProvider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\OptionProvider\\PostAuthOptionProvider',
|
|
'implements' =>
|
|
array (
|
|
0 => 'League\\OAuth2\\Client\\OptionProvider\\OptionProviderInterface',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\AbstractProvider' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractProvider',
|
|
'isabstract' => true,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\AbstractProvider',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\Exception\\IdentityProviderException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'IdentityProviderException',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider\\Exception',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\Exception\\IdentityProviderException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\GenericProvider' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'GenericProvider',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\GenericProvider',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\GenericResourceOwner' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'GenericResourceOwner',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\GenericResourceOwner',
|
|
'implements' =>
|
|
array (
|
|
0 => 'League\\OAuth2\\Client\\Provider\\ResourceOwnerInterface',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Token\\AccessToken' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AccessToken',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Token',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Token\\AccessToken',
|
|
'implements' =>
|
|
array (
|
|
0 => 'League\\OAuth2\\Client\\Token\\AccessTokenInterface',
|
|
1 => 'League\\OAuth2\\Client\\Token\\ResourceOwnerAccessTokenInterface',
|
|
2 => 'League\\OAuth2\\Client\\Token\\SettableRefreshTokenInterface',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Tool\\RequestFactory' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RequestFactory',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Tool',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Tool\\RequestFactory',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Grant\\FbExchangeToken' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'FbExchangeToken',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Grant',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Grant\\FbExchangeToken',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\AppSecretProof' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AppSecretProof',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\AppSecretProof',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\Exception\\FacebookProviderException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'FacebookProviderException',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider\\Exception',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\Exception\\FacebookProviderException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\Facebook' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Facebook',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\Facebook',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\FacebookUser' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'FacebookUser',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\FacebookUser',
|
|
'implements' =>
|
|
array (
|
|
0 => 'League\\OAuth2\\Client\\Provider\\ResourceOwnerInterface',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\Exception\\GithubIdentityProviderException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'GithubIdentityProviderException',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider\\Exception',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\Exception\\GithubIdentityProviderException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\Github' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Github',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\Github',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\GithubResourceOwner' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'GithubResourceOwner',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\GithubResourceOwner',
|
|
'implements' =>
|
|
array (
|
|
0 => 'League\\OAuth2\\Client\\Provider\\ResourceOwnerInterface',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Exception\\HostedDomainException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'HostedDomainException',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Exception',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Exception\\HostedDomainException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\Google' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Google',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\Google',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\GoogleUser' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'GoogleUser',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\GoogleUser',
|
|
'implements' =>
|
|
array (
|
|
0 => 'League\\OAuth2\\Client\\Provider\\ResourceOwnerInterface',
|
|
),
|
|
),
|
|
'RandomLib\\AbstractMcryptMixer' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractMcryptMixer',
|
|
'isabstract' => true,
|
|
'namespace' => 'RandomLib',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\AbstractMcryptMixer',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\AbstractMixer' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractMixer',
|
|
'isabstract' => true,
|
|
'namespace' => 'RandomLib',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\AbstractMixer',
|
|
'implements' =>
|
|
array (
|
|
0 => 'RandomLib\\Mixer',
|
|
),
|
|
),
|
|
'RandomLib\\AbstractSource' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractSource',
|
|
'isabstract' => true,
|
|
'namespace' => 'RandomLib',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\AbstractSource',
|
|
'implements' =>
|
|
array (
|
|
0 => 'RandomLib\\Source',
|
|
),
|
|
),
|
|
'RandomLib\\Factory' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Factory',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Factory',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Generator' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Generator',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Generator',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Mixer\\Hash' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Hash',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Mixer',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Mixer\\Hash',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Mixer\\McryptRijndael128' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'McryptRijndael128',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Mixer',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Mixer\\McryptRijndael128',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Mixer\\SodiumMixer' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'SodiumMixer',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Mixer',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Mixer\\SodiumMixer',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Mixer\\XorMixer' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'XorMixer',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Mixer',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Mixer\\XorMixer',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Source\\CAPICOM' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'CAPICOM',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Source',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Source\\CAPICOM',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Source\\MTRand' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'MTRand',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Source',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Source\\MTRand',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Source\\MicroTime' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'MicroTime',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Source',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Source\\MicroTime',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Source\\OpenSSL' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'OpenSSL',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Source',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Source\\OpenSSL',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Source\\Rand' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Rand',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Source',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Source\\Rand',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Source\\RandomBytes' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RandomBytes',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Source',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Source\\RandomBytes',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Source\\Sodium' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Sodium',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Source',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Source\\Sodium',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Source\\URandom' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'URandom',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Source',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Source\\URandom',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'RandomLib\\Source\\UniqID' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'UniqID',
|
|
'isabstract' => false,
|
|
'namespace' => 'RandomLib\\Source',
|
|
'extends' => 'PShowSsoScoped\\RandomLib\\Source\\UniqID',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\Apple' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Apple',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\Apple',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\AppleResourceOwner' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AppleResourceOwner',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\AppleResourceOwner',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\Exception\\AppleAccessDeniedException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AppleAccessDeniedException',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider\\Exception',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\Exception\\AppleAccessDeniedException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Token\\AppleAccessToken' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AppleAccessToken',
|
|
'isabstract' => false,
|
|
'namespace' => 'League\\OAuth2\\Client\\Token',
|
|
'extends' => 'PShowSsoScoped\\League\\OAuth2\\Client\\Token\\AppleAccessToken',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaBaseV1\\Model\\FrameworkBundleAdminController' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'FrameworkBundleAdminController',
|
|
'isabstract' => true,
|
|
'namespace' => 'Prestashow\\PrestaBaseV1\\Model',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaBaseV1\\Model\\FrameworkBundleAdminController',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Adapter\\UpdateService' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'UpdateService',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Adapter',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Adapter\\UpdateService',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Adapter\\ServiceAdapter' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ServiceAdapter',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Adapter',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Adapter\\ServiceAdapter',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Adapter\\UpdateServiceAdapter' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'UpdateServiceAdapter',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Adapter',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Adapter\\UpdateServiceAdapter',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Composer\\ScopingPlugin' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ScopingPlugin',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Composer',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Composer\\ScopingPlugin',
|
|
'implements' =>
|
|
array (
|
|
0 => 'Composer\\Plugin\\PluginInterface',
|
|
1 => 'Composer\\EventDispatcher\\EventSubscriberInterface',
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Controller\\BackupController' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'BackupController',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Controller',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Controller\\BackupController',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Controller\\HookController' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'HookController',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Controller',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Controller\\HookController',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Controller\\SettingsController' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'SettingsController',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Controller',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Controller\\SettingsController',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Controller\\UpdateController' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'UpdateController',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Controller',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Controller\\UpdateController',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Database\\Migrations\\AbstractMigration' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractMigration',
|
|
'isabstract' => true,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Database\\Migrations',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Database\\Migrations\\AbstractMigration',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Database\\Migrations\\MigrationCoreTool' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'MigrationCoreTool',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Database\\Migrations',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Database\\Migrations\\MigrationCoreTool',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Database\\Migrations\\MigrationTool' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'MigrationTool',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Database\\Migrations',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Database\\Migrations\\MigrationTool',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Database\\Migrations\\Version0' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Version0',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Database\\Migrations',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Database\\Migrations\\Version0',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Database\\Migrations\\Version1' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Version1',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Database\\Migrations',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Database\\Migrations\\Version1',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Entity\\Hook' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Hook',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Entity',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Entity\\Hook',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Entity\\Notification' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Notification',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Entity',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Entity\\Notification',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Entity\\NotificationRead' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'NotificationRead',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Entity',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Entity\\NotificationRead',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Exception\\PrestashowException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'PrestashowException',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Exception',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Exception\\PrestashowException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Exception\\UpdateException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'UpdateException',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Exception',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Exception\\UpdateException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Model\\AbstractAdminController' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractAdminController',
|
|
'isabstract' => true,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Model',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Model\\AbstractAdminController',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Model\\AbstractDemoContent' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractDemoContent',
|
|
'isabstract' => true,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Model',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Model\\AbstractDemoContent',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Model\\AbstractEntity' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractEntity',
|
|
'isabstract' => true,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Model',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Model\\AbstractEntity',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Model\\AbstractModule' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractModule',
|
|
'isabstract' => true,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Model',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Model\\AbstractModule',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Model\\AbstractRepository' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractRepository',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Model',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Model\\AbstractRepository',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Model\\AbstractService' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'AbstractService',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Model',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Model\\AbstractService',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Model\\DemoObjectModel' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'DemoObjectModel',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Model',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Model\\DemoObjectModel',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Model\\ModuleSettings' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ModuleSettings',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Model',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Model\\ModuleSettings',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Service\\DatabaseService' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'DatabaseService',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Service',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Service\\DatabaseService',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Service\\DemoContentService' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'DemoContentService',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Service',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Service\\DemoContentService',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Service\\IniService' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'IniService',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Service',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Service\\IniService',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Service\\OverrideService' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'OverrideService',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Service',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Service\\OverrideService',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Service\\RecommendationService' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'RecommendationService',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Service',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Service\\RecommendationService',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Service\\ToolsService' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'ToolsService',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Service',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Service\\ToolsService',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Service\\TranslationService' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'TranslationService',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Service',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Service\\TranslationService',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaCore\\Util\\HookOverrideFix' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'HookOverrideFix',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaCore\\Util',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaCore\\Util\\HookOverrideFix',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'PrestashowAutoload' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'PrestashowAutoload',
|
|
'isabstract' => false,
|
|
'namespace' => '\\',
|
|
'extends' => 'PShowSsoScoped_PrestashowAutoload',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaUpdate\\Model\\License' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'License',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaUpdate\\Model',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaUpdate\\Model\\License',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaUpdate\\Service\\MultistoreService' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'MultistoreService',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaUpdate\\Service',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaUpdate\\Service\\MultistoreService',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Prestashow\\PrestaUpdate\\Service\\UpdateService' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'UpdateService',
|
|
'isabstract' => false,
|
|
'namespace' => 'Prestashow\\PrestaUpdate\\Service',
|
|
'extends' => 'PShowSsoScoped\\Prestashow\\PrestaUpdate\\Service\\UpdateService',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Smolblog\\OAuth2\\Client\\Provider\\Twitter' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Twitter',
|
|
'isabstract' => false,
|
|
'namespace' => 'Smolblog\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\Smolblog\\OAuth2\\Client\\Provider\\Twitter',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Smolblog\\OAuth2\\Client\\Provider\\TwitterUser' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'TwitterUser',
|
|
'isabstract' => false,
|
|
'namespace' => 'Smolblog\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\Smolblog\\OAuth2\\Client\\Provider\\TwitterUser',
|
|
'implements' =>
|
|
array (
|
|
0 => 'League\\OAuth2\\Client\\Provider\\ResourceOwnerInterface',
|
|
),
|
|
),
|
|
'Stevenmaguire\\OAuth2\\Client\\Provider\\Exception\\EncryptionConfigurationException' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'EncryptionConfigurationException',
|
|
'isabstract' => false,
|
|
'namespace' => 'Stevenmaguire\\OAuth2\\Client\\Provider\\Exception',
|
|
'extends' => 'PShowSsoScoped\\Stevenmaguire\\OAuth2\\Client\\Provider\\Exception\\EncryptionConfigurationException',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Stevenmaguire\\OAuth2\\Client\\Provider\\Keycloak' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Keycloak',
|
|
'isabstract' => false,
|
|
'namespace' => 'Stevenmaguire\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\Stevenmaguire\\OAuth2\\Client\\Provider\\Keycloak',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Stevenmaguire\\OAuth2\\Client\\Provider\\KeycloakResourceOwner' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'KeycloakResourceOwner',
|
|
'isabstract' => false,
|
|
'namespace' => 'Stevenmaguire\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\Stevenmaguire\\OAuth2\\Client\\Provider\\KeycloakResourceOwner',
|
|
'implements' =>
|
|
array (
|
|
0 => 'League\\OAuth2\\Client\\Provider\\ResourceOwnerInterface',
|
|
),
|
|
),
|
|
'Stevenmaguire\\OAuth2\\Client\\Provider\\Microsoft' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'Microsoft',
|
|
'isabstract' => false,
|
|
'namespace' => 'Stevenmaguire\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\Stevenmaguire\\OAuth2\\Client\\Provider\\Microsoft',
|
|
'implements' =>
|
|
array (
|
|
),
|
|
),
|
|
'Stevenmaguire\\OAuth2\\Client\\Provider\\MicrosoftResourceOwner' =>
|
|
array (
|
|
'type' => 'class',
|
|
'classname' => 'MicrosoftResourceOwner',
|
|
'isabstract' => false,
|
|
'namespace' => 'Stevenmaguire\\OAuth2\\Client\\Provider',
|
|
'extends' => 'PShowSsoScoped\\Stevenmaguire\\OAuth2\\Client\\Provider\\MicrosoftResourceOwner',
|
|
'implements' =>
|
|
array (
|
|
0 => 'League\\OAuth2\\Client\\Provider\\ResourceOwnerInterface',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Claim' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'Claim',
|
|
'namespace' => 'Lcobucci\\JWT',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Lcobucci\\JWT\\Claim',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'Signer',
|
|
'namespace' => 'Lcobucci\\JWT',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validation\\Constraint' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'Constraint',
|
|
'namespace' => 'Lcobucci\\JWT\\Validation',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Lcobucci\\JWT\\Validation\\Constraint',
|
|
),
|
|
),
|
|
'RandomLib\\Mixer' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'Mixer',
|
|
'namespace' => 'RandomLib',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\RandomLib\\Mixer',
|
|
),
|
|
),
|
|
'RandomLib\\Source' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'Source',
|
|
'namespace' => 'RandomLib',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\RandomLib\\Source',
|
|
),
|
|
),
|
|
'GuzzleHttp\\ClientTrait' =>
|
|
array (
|
|
'type' => 'trait',
|
|
'traitname' => 'ClientTrait',
|
|
'namespace' => 'GuzzleHttp',
|
|
'use' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\GuzzleHttp\\ClientTrait',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\MessageTrait' =>
|
|
array (
|
|
'type' => 'trait',
|
|
'traitname' => 'MessageTrait',
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'use' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\MessageTrait',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Psr7\\StreamDecoratorTrait' =>
|
|
array (
|
|
'type' => 'trait',
|
|
'traitname' => 'StreamDecoratorTrait',
|
|
'namespace' => 'GuzzleHttp\\Psr7',
|
|
'use' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\GuzzleHttp\\Psr7\\StreamDecoratorTrait',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Tool\\ArrayAccessorTrait' =>
|
|
array (
|
|
'type' => 'trait',
|
|
'traitname' => 'ArrayAccessorTrait',
|
|
'namespace' => 'League\\OAuth2\\Client\\Tool',
|
|
'use' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\League\\OAuth2\\Client\\Tool\\ArrayAccessorTrait',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Tool\\BearerAuthorizationTrait' =>
|
|
array (
|
|
'type' => 'trait',
|
|
'traitname' => 'BearerAuthorizationTrait',
|
|
'namespace' => 'League\\OAuth2\\Client\\Tool',
|
|
'use' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\League\\OAuth2\\Client\\Tool\\BearerAuthorizationTrait',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Tool\\GuardedPropertyTrait' =>
|
|
array (
|
|
'type' => 'trait',
|
|
'traitname' => 'GuardedPropertyTrait',
|
|
'namespace' => 'League\\OAuth2\\Client\\Tool',
|
|
'use' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\League\\OAuth2\\Client\\Tool\\GuardedPropertyTrait',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Tool\\MacAuthorizationTrait' =>
|
|
array (
|
|
'type' => 'trait',
|
|
'traitname' => 'MacAuthorizationTrait',
|
|
'namespace' => 'League\\OAuth2\\Client\\Tool',
|
|
'use' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\League\\OAuth2\\Client\\Tool\\MacAuthorizationTrait',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Tool\\ProviderRedirectTrait' =>
|
|
array (
|
|
'type' => 'trait',
|
|
'traitname' => 'ProviderRedirectTrait',
|
|
'namespace' => 'League\\OAuth2\\Client\\Tool',
|
|
'use' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\League\\OAuth2\\Client\\Tool\\ProviderRedirectTrait',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Tool\\QueryBuilderTrait' =>
|
|
array (
|
|
'type' => 'trait',
|
|
'traitname' => 'QueryBuilderTrait',
|
|
'namespace' => 'League\\OAuth2\\Client\\Tool',
|
|
'use' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\League\\OAuth2\\Client\\Tool\\QueryBuilderTrait',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Tool\\RequiredParameterTrait' =>
|
|
array (
|
|
'type' => 'trait',
|
|
'traitname' => 'RequiredParameterTrait',
|
|
'namespace' => 'League\\OAuth2\\Client\\Tool',
|
|
'use' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\League\\OAuth2\\Client\\Tool\\RequiredParameterTrait',
|
|
),
|
|
),
|
|
'GuzzleHttp\\BodySummarizerInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'BodySummarizerInterface',
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\GuzzleHttp\\BodySummarizerInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\ClientInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'ClientInterface',
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\GuzzleHttp\\ClientInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Cookie\\CookieJarInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'CookieJarInterface',
|
|
'namespace' => 'GuzzleHttp\\Cookie',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\GuzzleHttp\\Cookie\\CookieJarInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Exception\\GuzzleException' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'GuzzleException',
|
|
'namespace' => 'GuzzleHttp\\Exception',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\GuzzleHttp\\Exception\\GuzzleException',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Handler\\CurlFactoryInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'CurlFactoryInterface',
|
|
'namespace' => 'GuzzleHttp\\Handler',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\GuzzleHttp\\Handler\\CurlFactoryInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\MessageFormatterInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'MessageFormatterInterface',
|
|
'namespace' => 'GuzzleHttp',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\GuzzleHttp\\MessageFormatterInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\PromiseInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'PromiseInterface',
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\GuzzleHttp\\Promise\\PromiseInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\PromisorInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'PromisorInterface',
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\GuzzleHttp\\Promise\\PromisorInterface',
|
|
),
|
|
),
|
|
'GuzzleHttp\\Promise\\TaskQueueInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'TaskQueueInterface',
|
|
'namespace' => 'GuzzleHttp\\Promise',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\GuzzleHttp\\Promise\\TaskQueueInterface',
|
|
),
|
|
),
|
|
'Lcobucci\\Clock\\Clock' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'Clock',
|
|
'namespace' => 'Lcobucci\\Clock',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Lcobucci\\Clock\\Clock',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Claim\\Validatable' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'Validatable',
|
|
'namespace' => 'Lcobucci\\JWT\\Claim',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Lcobucci\\JWT\\Claim\\Validatable',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Exception' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'Exception',
|
|
'namespace' => 'Lcobucci\\JWT',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Lcobucci\\JWT\\Exception',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Signer\\Ecdsa\\SignatureConverter' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'SignatureConverter',
|
|
'namespace' => 'Lcobucci\\JWT\\Signer\\Ecdsa',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Lcobucci\\JWT\\Signer\\Ecdsa\\SignatureConverter',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Token\\RegisteredClaims' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'RegisteredClaims',
|
|
'namespace' => 'Lcobucci\\JWT\\Token',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Lcobucci\\JWT\\Token\\RegisteredClaims',
|
|
),
|
|
),
|
|
'Lcobucci\\JWT\\Validator' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'Validator',
|
|
'namespace' => 'Lcobucci\\JWT',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Lcobucci\\JWT\\Validator',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\OptionProvider\\OptionProviderInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'OptionProviderInterface',
|
|
'namespace' => 'League\\OAuth2\\Client\\OptionProvider',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\League\\OAuth2\\Client\\OptionProvider\\OptionProviderInterface',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Provider\\ResourceOwnerInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'ResourceOwnerInterface',
|
|
'namespace' => 'League\\OAuth2\\Client\\Provider',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\League\\OAuth2\\Client\\Provider\\ResourceOwnerInterface',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Token\\AccessTokenInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'AccessTokenInterface',
|
|
'namespace' => 'League\\OAuth2\\Client\\Token',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\League\\OAuth2\\Client\\Token\\AccessTokenInterface',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Token\\ResourceOwnerAccessTokenInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'ResourceOwnerAccessTokenInterface',
|
|
'namespace' => 'League\\OAuth2\\Client\\Token',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\League\\OAuth2\\Client\\Token\\ResourceOwnerAccessTokenInterface',
|
|
),
|
|
),
|
|
'League\\OAuth2\\Client\\Token\\SettableRefreshTokenInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'SettableRefreshTokenInterface',
|
|
'namespace' => 'League\\OAuth2\\Client\\Token',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\League\\OAuth2\\Client\\Token\\SettableRefreshTokenInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Client\\ClientExceptionInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'ClientExceptionInterface',
|
|
'namespace' => 'Psr\\Http\\Client',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Client\\ClientExceptionInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Client\\ClientInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'ClientInterface',
|
|
'namespace' => 'Psr\\Http\\Client',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Client\\ClientInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Client\\NetworkExceptionInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'NetworkExceptionInterface',
|
|
'namespace' => 'Psr\\Http\\Client',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Client\\NetworkExceptionInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Client\\RequestExceptionInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'RequestExceptionInterface',
|
|
'namespace' => 'Psr\\Http\\Client',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Client\\RequestExceptionInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\RequestFactoryInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'RequestFactoryInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\RequestFactoryInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\ResponseFactoryInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'ResponseFactoryInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\ResponseFactoryInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\ServerRequestFactoryInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'ServerRequestFactoryInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\ServerRequestFactoryInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\StreamFactoryInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'StreamFactoryInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\StreamFactoryInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\UploadedFileFactoryInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'UploadedFileFactoryInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\UploadedFileFactoryInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\UriFactoryInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'UriFactoryInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\UriFactoryInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\MessageInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'MessageInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\MessageInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\RequestInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'RequestInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\RequestInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\ResponseInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'ResponseInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\ResponseInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\ServerRequestInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'ServerRequestInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\ServerRequestInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\StreamInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'StreamInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\StreamInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\UploadedFileInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'UploadedFileInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\UploadedFileInterface',
|
|
),
|
|
),
|
|
'Psr\\Http\\Message\\UriInterface' =>
|
|
array (
|
|
'type' => 'interface',
|
|
'interfacename' => 'UriInterface',
|
|
'namespace' => 'Psr\\Http\\Message',
|
|
'extends' =>
|
|
array (
|
|
0 => 'PShowSsoScoped\\Psr\\Http\\Message\\UriInterface',
|
|
),
|
|
),
|
|
);
|
|
|
|
public function __construct()
|
|
{
|
|
$this->includeFilePath = __DIR__ . '/autoload_alias.php';
|
|
}
|
|
|
|
public function autoload($class)
|
|
{
|
|
if (!isset($this->autoloadAliases[$class])) {
|
|
return;
|
|
}
|
|
switch ($this->autoloadAliases[$class]['type']) {
|
|
case 'class':
|
|
$this->load(
|
|
$this->classTemplate(
|
|
$this->autoloadAliases[$class]
|
|
)
|
|
);
|
|
break;
|
|
case 'interface':
|
|
$this->load(
|
|
$this->interfaceTemplate(
|
|
$this->autoloadAliases[$class]
|
|
)
|
|
);
|
|
break;
|
|
case 'trait':
|
|
$this->load(
|
|
$this->traitTemplate(
|
|
$this->autoloadAliases[$class]
|
|
)
|
|
);
|
|
break;
|
|
default:
|
|
// Never.
|
|
break;
|
|
}
|
|
}
|
|
|
|
private function load(string $includeFile)
|
|
{
|
|
file_put_contents($this->includeFilePath, $includeFile);
|
|
include $this->includeFilePath;
|
|
file_exists($this->includeFilePath) && unlink($this->includeFilePath);
|
|
}
|
|
|
|
private function classTemplate(array $class): string
|
|
{
|
|
$abstract = $class['isabstract'] ? 'abstract ' : '';
|
|
$classname = $class['classname'];
|
|
if (isset($class['namespace'])) {
|
|
$namespace = "namespace {$class['namespace']};";
|
|
$extends = '\\' . $class['extends'];
|
|
$implements = empty($class['implements']) ? ''
|
|
: ' implements \\' . implode(', \\', $class['implements']);
|
|
} else {
|
|
$namespace = '';
|
|
$extends = $class['extends'];
|
|
$implements = !empty($class['implements']) ? ''
|
|
: ' implements ' . implode(', ', $class['implements']);
|
|
}
|
|
return <<<EOD
|
|
<?php
|
|
$namespace
|
|
$abstract class $classname extends $extends $implements {}
|
|
EOD;
|
|
}
|
|
|
|
private function interfaceTemplate(array $interface): string
|
|
{
|
|
$interfacename = $interface['interfacename'];
|
|
$namespace = isset($interface['namespace'])
|
|
? "namespace {$interface['namespace']};" : '';
|
|
$extends = isset($interface['namespace'])
|
|
? '\\' . implode('\\ ,', $interface['extends'])
|
|
: implode(', ', $interface['extends']);
|
|
return <<<EOD
|
|
<?php
|
|
$namespace
|
|
interface $interfacename extends $extends {}
|
|
EOD;
|
|
}
|
|
private function traitTemplate(array $trait): string
|
|
{
|
|
$traitname = $trait['traitname'];
|
|
$namespace = isset($trait['namespace'])
|
|
? "namespace {$trait['namespace']};" : '';
|
|
$uses = isset($trait['namespace'])
|
|
? '\\' . implode(';' . PHP_EOL . ' use \\', $trait['use'])
|
|
: implode(';' . PHP_EOL . ' use ', $trait['use']);
|
|
return <<<EOD
|
|
<?php
|
|
$namespace
|
|
trait $traitname {
|
|
use $uses;
|
|
}
|
|
EOD;
|
|
}
|
|
}
|
|
|
|
spl_autoload_register([ new AliasAutoloader(), 'autoload' ]);
|
|
}
|