Ilumnis Authentication

User Methods

The methods of the User class are listed below. For a complete list of User class members, see the User Members topic.

Public Static Methods

AuthenticateOverloaded. Loads authenticated user.
DeleteOverloaded. Deletes specific user.
GetAllUsers Gets all users.
NewOverloaded. Creates new user.

Public Instance Methods

DeleteOverloaded. Deletes this user.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
HasRightOverloaded. Checks if this user has specific right.
HasRoleOverloaded. Checks if a role is assigned to this user.
LoadOverloaded. Loads this user.
RaiseAuthenticatedEvent Raises User Authenticated event.
RaiseCreatedEvent Raises User Created event.
RaiseDeletedEvent Raises User Deleted event.
RaiseUpdatedEvent Raises User Updated event.
ToString (inherited from Object) Returns a String that represents the current Object.
Update Updates this user.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

User Class | IExSys.Authentication Namespace