ucLdapSetSession SecurityUser

Purpose

ucLdapSetSessionSecurityUser sets session variables using the SecurityUser Object.

Applies To

Miscellaneous Methods

Signature

public boolean ucLdapSetSessionSecurityUser (
      SecurityUser su) 

Notes

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.

Example

  public boolean ucLdapSetSessionSecurityUser(SecurityUser su) {
	return false;
  }