ForcePasswordChangeService::$configFactory |
protected |
property |
* The config factory object
*
* |
|
ForcePasswordChangeService::$currentUser |
protected |
property |
* The current user
*
* |
|
ForcePasswordChangeService::$mapper |
protected |
property |
* The force password change data mapper
*
* |
|
ForcePasswordChangeService::$userData |
protected |
property |
* The config factory object
*
* |
|
ForcePasswordChangeService::addFirstTimeLogin |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::addFirstTimeLogin |
|
ForcePasswordChangeService::checkForForce |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::checkForForce |
|
ForcePasswordChangeService::forceUserPasswordChange |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::forceUserPasswordChange |
|
ForcePasswordChangeService::forceUsersPasswordChange |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::forceUsersPasswordChange |
|
ForcePasswordChangeService::getFirstTimeLoginUids |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::getFirstTimeLoginUids |
|
ForcePasswordChangeService::getLastChangeForRole |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::getLastChangeForRole |
|
ForcePasswordChangeService::getNonPendingUsersForRole |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::getNonPendingUsersForRole |
|
ForcePasswordChangeService::getPendingUsersForRole |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::getPendingUsersForRole |
|
ForcePasswordChangeService::getRoleExpiryTimePeriods |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::getRoleExpiryTimePeriods |
|
ForcePasswordChangeService::getTextDate |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::getTextDate |
|
ForcePasswordChangeService::getUserCountForRole |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::getUserCountForRole |
|
ForcePasswordChangeService::getUsersForRole |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::getUsersForRole |
|
ForcePasswordChangeService::insertExpiryForRoles |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::insertExpiryForRoles |
|
ForcePasswordChangeService::registerForcePasswordTime |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::registerForcePasswordTime |
|
ForcePasswordChangeService::removeFirstTimeLogin |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::removeFirstTimeLogin |
|
ForcePasswordChangeService::removePendingForce |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::removePendingForce |
|
ForcePasswordChangeService::setChangedTimeForUser |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::setChangedTimeForUser |
|
ForcePasswordChangeService::updateExpiryForRole |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::updateExpiryForRole |
|
ForcePasswordChangeService::updateLastChangeForRoles |
public |
function |
* Overrides ForcePasswordChangeServiceInterface::updateLastChangeForRoles |
|
ForcePasswordChangeService::__construct |
public |
function |
* Constructs a ForcePasswordChangeService object.
*
* |
|
TestForcePasswordChangeService::getRequestTime |
protected |
function |
* Retrieve the timestamp for the current request. Spun out into a protected function
* to allow for overriding in Unit Tests.
*
* Overrides ForcePasswordChangeService::getRequestTime |
|
TestForcePasswordChangeService::userLoadMultiple |
protected |
function |
* Helper function to load mulitple user objects. Spun out into a protected function
* to allow for overriding in Unit Tests.
*
* Overrides ForcePasswordChangeService::userLoadMultiple |
|