C# Class Modulo_de_Seguridad_2._1.Datos.D_DatoInicioSesion

Inheritance: csConexion
显示文件 Open project: EbricenterOrg/Seguridad

Public Methods

Method Description
bBuscarAplicaciones ( ) : bool
bBuscarSesionesAbiertas ( ) : bool
bBuscarUsuario ( String sUser, String sPass ) : bool
bComprobarFuente ( ) : bool
bContinuarSesion ( ) : bool
bCrearNuevaSesion ( ) : bool
bObtenerPerfil ( ) : bool
bObtenerPerfilUsuario ( ) : bool
bObtenerPrivilegio ( ) : bool

Protected Methods

Method Description
alBuscarUsuarios ( ) : ArrayList
bObtenerTablaPerfil ( String sUser, String sPass ) : bool
vBuscarAplicaciones ( ) : void
vObtenerPerfil ( ) : void
vObtenerSesion ( ) : void

Private Methods

Method Description
vBuscarAplicacionesPersonales ( ) : void

Method Details

alBuscarUsuarios() protected method

protected alBuscarUsuarios ( ) : ArrayList
return System.Collections.ArrayList

bBuscarAplicaciones() public method

public bBuscarAplicaciones ( ) : bool
return bool

bBuscarSesionesAbiertas() public method

public bBuscarSesionesAbiertas ( ) : bool
return bool

bBuscarUsuario() public method

public bBuscarUsuario ( String sUser, String sPass ) : bool
sUser String
sPass String
return bool

bComprobarFuente() public method

public bComprobarFuente ( ) : bool
return bool

bContinuarSesion() public method

public bContinuarSesion ( ) : bool
return bool

bCrearNuevaSesion() public method

public bCrearNuevaSesion ( ) : bool
return bool

bObtenerPerfil() public method

public bObtenerPerfil ( ) : bool
return bool

bObtenerPerfilUsuario() public method

public bObtenerPerfilUsuario ( ) : bool
return bool

bObtenerPrivilegio() public method

public bObtenerPrivilegio ( ) : bool
return bool

bObtenerTablaPerfil() protected method

protected bObtenerTablaPerfil ( String sUser, String sPass ) : bool
sUser String
sPass String
return bool

vBuscarAplicaciones() protected method

protected vBuscarAplicaciones ( ) : void
return void

vObtenerPerfil() protected method

protected vObtenerPerfil ( ) : void
return void

vObtenerSesion() protected method

protected vObtenerSesion ( ) : void
return void