C# 클래스 gov.va.medora.mdo.dao.AbstractAccount

파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
isAuthenticated bool
isAuthorized bool

공개 메소드들

메소드 설명
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

메소드 상세

AbstractAccount() 공개 메소드

public AbstractAccount ( ) : System
리턴 System

AbstractAccount() 공개 메소드

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

authenticate() 공개 추상적인 메소드

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

authenticateAndAuthorize() 공개 추상적인 메소드

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

authorize() 공개 추상적인 메소드

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

프로퍼티 상세

isAuthenticated 보호되어 있는 프로퍼티

protected bool isAuthenticated
리턴 bool

isAuthorized 보호되어 있는 프로퍼티

protected bool isAuthorized
리턴 bool