Download the PHP package silinternational/idp-pw-api-personnel-id-broker without Composer
On this page you can find all versions of the php package silinternational/idp-pw-api-personnel-id-broker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download silinternational/idp-pw-api-personnel-id-broker
More information about silinternational/idp-pw-api-personnel-id-broker
Files in silinternational/idp-pw-api-personnel-id-broker
Package idp-pw-api-personnel-id-broker
Short Description IdP Password Management personnel component for ID Broker
License MIT
Informations about the package idp-pw-api-personnel-id-broker
ARCHIVED
This repository is no longer maintained. It has been incorporated into idp-pw-api.
idp-pw-api-personnel-idbroker
IdP Password Management personnel component for ID Broker
Summary
This project has one class (IdBroker) with three public methods which use the ID Broker php client to get person data from the ID Broker service. Each of these functions attaches that data to a PersonnelUser instance which it then returns.
The public methods are ...
- findByEmployeeId($employeeId) // Preferred method
- findByUsername($username)
- findByEmail($email)
Configuration
This code is loaded in as a Yii2 Component in the main config file. Here is an example:
A more concise example:
Run the Unit Tests
All versions of idp-pw-api-personnel-id-broker with dependencies
fillup/fake-bower-assets Version *
silinternational/idp-pw-api-common Version ^1.0
silinternational/idp-id-broker-php-client Version ^2.2.0
yiisoft/yii2 Version ~2.0.15