C# Class gov.va.medora.mdo.dao.AbstractAccount

Exibir arquivo Open project: OSEHRA/mdo Class Usage Examples

Protected Properties

Property Type Description
isAuthenticated bool
isAuthorized bool

Public Methods

Method Description
AbstractAccount ( ) : System
AbstractAccount ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : System
authenticate ( AbstractCredentials credentials, DataSource validationDataSource = null ) : string
authenticateAndAuthorize ( AbstractCredentials credentials, AbstractPermission permission, DataSource validationDataSource = null ) : User
authorize ( AbstractCredentials credentials, AbstractPermission permission ) : User

Method Details

AbstractAccount() public method

public AbstractAccount ( ) : System
return System

AbstractAccount() public method

public AbstractAccount ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : System
cxn gov.va.medora.mdo.dao.AbstractConnection
return System

authenticate() public abstract method

public abstract authenticate ( AbstractCredentials credentials, DataSource validationDataSource = null ) : string
credentials AbstractCredentials
validationDataSource DataSource
return string

authenticateAndAuthorize() public abstract method

public abstract authenticateAndAuthorize ( AbstractCredentials credentials, AbstractPermission permission, DataSource validationDataSource = null ) : User
credentials AbstractCredentials
permission AbstractPermission
validationDataSource DataSource
return User

authorize() public abstract method

public abstract authorize ( AbstractCredentials credentials, AbstractPermission permission ) : User
credentials AbstractCredentials
permission AbstractPermission
return User

Property Details

isAuthenticated protected_oe property

protected bool isAuthenticated
return bool

isAuthorized protected_oe property

protected bool isAuthorized
return bool