Class UserBusinessObject

Business Object for Users.

System.Object
  EPS.Business.BusinessObjects.BusinessObject
    EPS.Security.Users.UserBusinessObject

public class UserBusinessObject : BusinessObject

Class Members

MemberDescription
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 );

Requirements

Namespace: EPS.Security.Users
Assembly: SECURITYBUSINESSOBJECTS.DLL


  Last Updated: 5/23/2007 | © , 2007