C# 클래스 SignereDemoSite.Controllers.SignereIDAuthController

상속: SignereIdController
파일 보기 프로젝트 열기: unipluss/Kjelltech

공개 메소드들

메소드 설명
Error ( Unipluss status, string requestid = null, string externalref = null ) : System.Web.Mvc.ActionResult
Index ( Unipluss identityProvider = IdentityProviderType.NO_BANKID_WEB, bool iframe = false, Unipluss lang = Languages.NO, string socsec = null, bool getSocSec = true, bool webmessaging = false, string addons = null ) : System.Web.Mvc.ActionResult
InternalError ( string requestid, string externalref, Exception ex ) : System.Web.Mvc.ActionResult
SignereIDAuthController ( Configuration configuration ) : System
Start ( ) : System.Web.Mvc.ActionResult
Success ( Unipluss response, string externalref = null ) : System.Web.Mvc.ActionResult
UserAborted ( string requestid = null, string externalref = null ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
AuthorizeSession ( System.Web.HttpRequestBase request, string userid = null ) : HttpStatusCode
GetMetaData ( string requestid = null, string externalref = null ) : bool
LogError ( string message, Exception exception ) : void
RunAuthenticateProcess ( Unipluss response, string externalref ) : void

비공개 메소드들

메소드 설명
Advanced ( ) : System.Web.Mvc.ActionResult
Advanced ( CreateSignereIdModel model ) : System.Web.Mvc.ActionResult

메소드 상세

AuthorizeSession() 보호된 메소드

protected AuthorizeSession ( System.Web.HttpRequestBase request, string userid = null ) : HttpStatusCode
request System.Web.HttpRequestBase
userid string
리턴 HttpStatusCode

Error() 공개 메소드

public Error ( Unipluss status, string requestid = null, string externalref = null ) : System.Web.Mvc.ActionResult
status Unipluss
requestid string
externalref string
리턴 System.Web.Mvc.ActionResult

GetMetaData() 보호된 메소드

protected GetMetaData ( string requestid = null, string externalref = null ) : bool
requestid string
externalref string
리턴 bool

Index() 공개 메소드

public Index ( Unipluss identityProvider = IdentityProviderType.NO_BANKID_WEB, bool iframe = false, Unipluss lang = Languages.NO, string socsec = null, bool getSocSec = true, bool webmessaging = false, string addons = null ) : System.Web.Mvc.ActionResult
identityProvider Unipluss
iframe bool
lang Unipluss
socsec string
getSocSec bool
webmessaging bool
addons string
리턴 System.Web.Mvc.ActionResult

InternalError() 공개 메소드

public InternalError ( string requestid, string externalref, Exception ex ) : System.Web.Mvc.ActionResult
requestid string
externalref string
ex System.Exception
리턴 System.Web.Mvc.ActionResult

LogError() 보호된 메소드

protected LogError ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

RunAuthenticateProcess() 보호된 메소드

protected RunAuthenticateProcess ( Unipluss response, string externalref ) : void
response Unipluss
externalref string
리턴 void

SignereIDAuthController() 공개 메소드

public SignereIDAuthController ( Configuration configuration ) : System
configuration Configuration
리턴 System

Start() 공개 메소드

public Start ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Success() 공개 메소드

public Success ( Unipluss response, string externalref = null ) : System.Web.Mvc.ActionResult
response Unipluss
externalref string
리턴 System.Web.Mvc.ActionResult

UserAborted() 공개 메소드

public UserAborted ( string requestid = null, string externalref = null ) : System.Web.Mvc.ActionResult
requestid string
externalref string
리턴 System.Web.Mvc.ActionResult