C# Class SignereDemoSite.Controllers.SignereIDAuthController

Inheritance: SignereIdController
Afficher le fichier Open project: unipluss/Kjelltech

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
Advanced ( ) : System.Web.Mvc.ActionResult
Advanced ( CreateSignereIdModel model ) : System.Web.Mvc.ActionResult

Method Details

AuthorizeSession() protected méthode

protected AuthorizeSession ( System.Web.HttpRequestBase request, string userid = null ) : HttpStatusCode
request System.Web.HttpRequestBase
userid string
Résultat HttpStatusCode

Error() public méthode

public Error ( Unipluss status, string requestid = null, string externalref = null ) : System.Web.Mvc.ActionResult
status Unipluss
requestid string
externalref string
Résultat System.Web.Mvc.ActionResult

GetMetaData() protected méthode

protected GetMetaData ( string requestid = null, string externalref = null ) : bool
requestid string
externalref string
Résultat bool

Index() public méthode

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
Résultat System.Web.Mvc.ActionResult

InternalError() public méthode

public InternalError ( string requestid, string externalref, Exception ex ) : System.Web.Mvc.ActionResult
requestid string
externalref string
ex System.Exception
Résultat System.Web.Mvc.ActionResult

LogError() protected méthode

protected LogError ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

RunAuthenticateProcess() protected méthode

protected RunAuthenticateProcess ( Unipluss response, string externalref ) : void
response Unipluss
externalref string
Résultat void

SignereIDAuthController() public méthode

public SignereIDAuthController ( Configuration configuration ) : System
configuration Configuration
Résultat System

Start() public méthode

public Start ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Success() public méthode

public Success ( Unipluss response, string externalref = null ) : System.Web.Mvc.ActionResult
response Unipluss
externalref string
Résultat System.Web.Mvc.ActionResult

UserAborted() public méthode

public UserAborted ( string requestid = null, string externalref = null ) : System.Web.Mvc.ActionResult
requestid string
externalref string
Résultat System.Web.Mvc.ActionResult