C# Класс SignereDemoSite.Controllers.SignereIDAuthController

Наследование: SignereIdController
Показать файл Открыть проект

Открытые методы

Метод Описание
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