init() method was added to AuthenticationProvider. It helps to inject dependecies. Overridable postInitSetup() method was added to AbstractAuthenticationProvider. A provider can override this to do any necessary setup. AbstractAuthenticationProvider ::setLogger(), ::setManager(), ::setConfig(), ::setHookContainer() were soft deprecated. Now developers must use AbstractAuthenticationProvider::init(). Bug: T275030 Change-Id: I6ca63eddac1b177eeadbdcce992e71c44a480160 |
||
|---|---|---|
| .. | ||
| AbstractAuthenticationProviderTest.php | ||
| AbstractSecondaryAuthenticationProviderTest.php | ||
| AuthenticationResponseTest.php | ||