Informal delegate protocol for your web application to handle authentication.
The WFAuthorizationManager will call your delegate methods to attempt logins.
Located in /framework/WFAuthorization.php (line 18)
WFObject | --WFAuthorizationDelegate
The URL to continue to if the user logs in but there is no "continue to url" set.
If NULL, no redirect will be performed, and just a message saying "Login successful" will be seen.
The URL to continue to if the user logs out.
If NULL, no redirect will be performed, and just a message saying "Logout successful" will be seen.
Provide the login authentication.
Your WFAuthorizationDelegate can provide its own login capability. Maybe your app will authenticate against LDAP, a Database, etc.
The message to display to a use on unsuccessful login.
Provide the invocationPath for handling login.
By default, this will be "login/promptLogin". Applications can override this behavior by writing their own login modules, or even simply "wrapping" the built-in one.
The login help message that should be displayed above the login box.
Reset the password for the given user.
Should a "forgot your password" link be shown?
Should the login interface have a "remember me" checkbox?
If "remember me" is enabled with shouldEnableRememberMe, should "remember me" be checked by default?
Should there be an interstitial "You have logged out successfully, click here to continue", or should logout immediately redirect to defaultLogoutContinueURL()?
The label to use for the "username" field.
Inherited From WFObject
WFObject::__construct()
WFObject::exposedProperties()
WFObject::getClass()
WFObject::keyPathToTargetAndKey()
WFObject::setValueForKey()
WFObject::setValueForKeyPath()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForUndefinedKey()
WFObject::__toString()
Documentation generated on Thu, 17 Apr 2008 13:51:31 -0400 by phpDocumentor 1.4.1