| Member | Description |
|---|---|
Constructor |
This public constructor should not be used anymore. Use the NewInstance method instead. |
GetPermissionsByUserId |
Gets permissions assigned to a specific user. public void GetPermissionsByUserId( DataSet dataSet, Guid user ); |
GetRandomString |
Gets a random string of a given lenght. public static string GetRandomString( int lenght ); |
GetUserId |
Gets the user Id for a specific username+password combination. public Guid GetUserId( string userName, string password ); |
NewInstance |
Get a new instance of the user business object. public static UserBusinessObject NewInstance(); |
SetUserNameAndPassword |
Generates a user name and password; set those to the user identity that is public static bool SetUserNameAndPassword( UserBusinessEntity userBE ); |