AcsSc.auth_password.canchangepassword.local (private)

 AcsSc.auth_password.canchangepassword.local parameters

Defined in packages/acs-service-contract/tcl/acs-service-contract-init.tcl

acs-service-contract operation. Call via acs_sc::invoke. Return whether the user can change his/her password through this implementation. The value is not supposed to depend on the username and should be cachable.

Parameters:
parameters - string []
Returns:
changeable_p - boolean
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 auth::local::password::CanChangePassword auth::local::password::CanChangePassword (private) AcsSc.auth_password.canchangepassword.local AcsSc.auth_password.canchangepassword.local AcsSc.auth_password.canchangepassword.local->auth::local::password::CanChangePassword

Testcases:
No testcase defined.
Source code:
return [auth::local::password::CanChangePassword $parameters]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: