|
From: justinwatkins <jus...@us...> - 2003-06-19 21:23:46
|
CVS commit by justinwatkins: Executive.php, broke apart the doMethodCall method. It was such a web of if else's that it was incomprehendable even to me. Now it's a series of chained methods that represent what each block handles. Modified the Credentials, primarily removed the FlashCredentials restriction, and added support for an _authenticate method locally within the service class. This method allows greater flexability and allows a developer to also define a super class with the _authenticate implementation and share it with subclasses. M +29 -17 sources/flashservices/util/Authenticate.php 1.3 |