cakephp2-php8/cake/libs/controller/components/auth
mark_story 63f07d3f0f Making Authorize and Authenticate objects have constructors like other components.
Adding ComponentCollection as a argument for the constructor, this unifies the two types of objects and makes them consistent with other components.  It also allows authenticate/authorize objects to access other components, thanks to hiromichan for the idea. Tests updated.
2011-02-17 23:17:07 -05:00
..
actions_authorize.php Making Authorize and Authenticate objects have constructors like other components. 2011-02-17 23:17:07 -05:00
base_authenticate.php Making Authorize and Authenticate objects have constructors like other components. 2011-02-17 23:17:07 -05:00
base_authorize.php Making Authorize and Authenticate objects have constructors like other components. 2011-02-17 23:17:07 -05:00
basic_authenticate.php Making Authorize and Authenticate objects have constructors like other components. 2011-02-17 23:17:07 -05:00
controller_authorize.php Making Authorize and Authenticate objects have constructors like other components. 2011-02-17 23:17:07 -05:00
crud_authorize.php Making Authorize and Authenticate objects have constructors like other components. 2011-02-17 23:17:07 -05:00
digest_authenticate.php Making Authorize and Authenticate objects have constructors like other components. 2011-02-17 23:17:07 -05:00
form_authenticate.php Extracting common logic into the base class. 2011-02-03 22:46:30 -05:00