ucLdapSetSessionSecurityUser sets session variables using the SecurityUser Object.
Miscellaneous Methods
public boolean ucLdapSetSessionSecurityUser (
SecurityUser su)
Any changes made to the SecurityUser object at this point will be reflected in the SecurityUser object and related attributes in the session. If this method returns true, the object will update the database.
public boolean ucLdapSetSessionSecurityUser(SecurityUser su) {
return false;
}