true|false authenticateUser(
string
$username, string
$password)
|
|
Authentiate a User based on Username and Password
For heightened security, UNM does not pass username and password except for on secure CIRT servers, so we will not be using this.
Tags:
Parameters:
void|true forceUserAuthentication(
)
|
|
Force User Authentication
This method forces there to be a logged in user, and does not require a specific username to be passed. This is used for authentication methods that redirect a user to a secure in-house authentication server.
This is the method UNM will use to be sure a user is logged in.
Calling this Method will take the user away from the page if they are not logged in, and will force them to log in via the standard UNM authentication server. If they are logged in, nothing will happen and the method will return true.
Tags: