|
Previous Page |
Solar_Auth_Adapter |
Next Page |
_redirect()
protected
void
_redirect (
)
Redirects to another URI after valid authentication.
Parameters
- None.
Returns
- (void)
Description
Redirects to another URI after valid authentication.
Looks at the value of the 'redirect' source key, and sets a 'Location:' header from it. Note that this will end any further processing on this page-load.
If the 'redirect' key is empty or not present, will not redirect, and processing will continue.