]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Move Authorization and Authentication plugin structures into core, instead of as...
authorCraig Andrews <candrews@integralblue.com>
Tue, 5 Jan 2010 18:56:22 +0000 (13:56 -0500)
committerCraig Andrews <candrews@integralblue.com>
Tue, 5 Jan 2010 18:56:22 +0000 (13:56 -0500)
commit9e2e0605ed6280daa4d74c4b962e4630d1078d90
treeec0d8cacabd02a8b354d034ea076b8ab046eb55b
parentf3a76bbcb71bcb3c389e55d18a163fa9927bcc06
Move Authorization and Authentication plugin structures into core, instead of as plugins.

This move makes sense as you can addPlugin('Authentication') for example - these are abstract classes designed to be implemented, not used directly.
classes/User_username.php [new file with mode: 0644]
lib/authenticationplugin.php [new file with mode: 0644]
lib/authorizationplugin.php [new file with mode: 0644]
plugins/Authentication/AuthenticationPlugin.php [deleted file]
plugins/Authentication/User_username.php [deleted file]
plugins/Authorization/AuthorizationPlugin.php [deleted file]
plugins/CasAuthentication/CasAuthenticationPlugin.php
plugins/LdapAuthentication/LdapAuthenticationPlugin.php
plugins/LdapAuthorization/LdapAuthorizationPlugin.php
plugins/ReverseUsernameAuthentication/ReverseUsernameAuthenticationPlugin.php