PHP Class sspmod_core_Auth_Process_AttributeRealm, simplesamlphp

Deprecation: Use ScopeFromAttribute instead.
Author: Andreas Åkre Solberg, UNINETT AS.
Inheritance: extends SimpleSAML_Auth_ProcessingFilter
Show file Open project: simplesamlphp/simplesamlphp Class Usage Examples

Public Methods

Method Description
__construct ( array $config, mixed $reserved ) Initialize this filter.
process ( &$request ) Apply filter to add or replace attributes.

Method Details

__construct() public method

Initialize this filter.
public __construct ( array $config, mixed $reserved )
$config array Configuration information about this filter.
$reserved mixed For future use.

process() public method

Add or replace existing attributes with the configured values.
public process ( &$request )