VuFind API Documentation

SingleIdPConfigurationLoader
in package
implements ConfigurationLoaderInterface

Configuration loader for single IdP

Tags
category

VuFind

author

Vaclav Rosecky vaclav.rosecky@mzk.cz

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Main Page

Interfaces, Classes, Traits and Enums

ConfigurationLoaderInterface
Configuration loader interface

Table of Contents

$config  : Config
Configured IdPs with entityId and overridden attribute mapping
__construct()  : mixed
Constructor
getConfiguration()  : array<string|int, mixed>
Return shibboleth configuration.

Properties

Methods

__construct()

Constructor

public __construct(Config $config) : mixed
Parameters
$config : Config

Configuration

Return values
mixed

getConfiguration()

Return shibboleth configuration.

public getConfiguration(string $entityId) : array<string|int, mixed>
Parameters
$entityId : string

entity Id

Tags
throws
Auth
Return values
array<string|int, mixed>

shibboleth configuration

Search results