C# Класс BoC.Security.Mvc.OpenIdRelyingPartyService

A wrapper around the standard OpenIdRelyingParty class.
Наследование: IOpenIdRelyingParty
Показать файл Открыть проект

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

Метод Описание
AjaxDiscovery ( Identifier userSuppliedIdentifier, Realm realm, Uri returnTo, Uri privacyPolicy ) : System.Web.Mvc.ActionResult
CreateRequest ( Identifier userSuppliedIdentifier, Realm realm, Uri returnTo, Uri privacyPolicy ) : IAuthenticationRequest
CreateRequests ( Identifier userSuppliedIdentifier, Realm realm, Uri returnTo, Uri privacyPolicy ) : IEnumerable
GetResponse ( ) : IAuthenticationResponse
GetResponse ( DotNetOpenAuth.Messaging.HttpRequestInfo request ) : IAuthenticationResponse
OpenIdRelyingPartyService ( ) : System

Initializes a new instance of the OpenIdRelyingPartyService class.

PreloadDiscoveryResults ( Realm realm, Uri returnTo, Uri privacyPolicy ) : string
ProcessAjaxOpenIdResponse ( ) : System.Web.Mvc.ActionResult

Описание методов

AjaxDiscovery() публичный Метод

public AjaxDiscovery ( Identifier userSuppliedIdentifier, Realm realm, Uri returnTo, Uri privacyPolicy ) : System.Web.Mvc.ActionResult
userSuppliedIdentifier DotNetOpenAuth.OpenId.Identifier
realm DotNetOpenAuth.OpenId.Realm
returnTo System.Uri
privacyPolicy System.Uri
Результат System.Web.Mvc.ActionResult

CreateRequest() публичный Метод

public CreateRequest ( Identifier userSuppliedIdentifier, Realm realm, Uri returnTo, Uri privacyPolicy ) : IAuthenticationRequest
userSuppliedIdentifier DotNetOpenAuth.OpenId.Identifier
realm DotNetOpenAuth.OpenId.Realm
returnTo System.Uri
privacyPolicy System.Uri
Результат IAuthenticationRequest

CreateRequests() публичный Метод

public CreateRequests ( Identifier userSuppliedIdentifier, Realm realm, Uri returnTo, Uri privacyPolicy ) : IEnumerable
userSuppliedIdentifier DotNetOpenAuth.OpenId.Identifier
realm DotNetOpenAuth.OpenId.Realm
returnTo System.Uri
privacyPolicy System.Uri
Результат IEnumerable

GetResponse() публичный Метод

public GetResponse ( ) : IAuthenticationResponse
Результат IAuthenticationResponse

GetResponse() публичный Метод

public GetResponse ( DotNetOpenAuth.Messaging.HttpRequestInfo request ) : IAuthenticationResponse
request DotNetOpenAuth.Messaging.HttpRequestInfo
Результат IAuthenticationResponse

OpenIdRelyingPartyService() публичный Метод

Initializes a new instance of the OpenIdRelyingPartyService class.
public OpenIdRelyingPartyService ( ) : System
Результат System

PreloadDiscoveryResults() публичный Метод

public PreloadDiscoveryResults ( Realm realm, Uri returnTo, Uri privacyPolicy ) : string
realm DotNetOpenAuth.OpenId.Realm
returnTo System.Uri
privacyPolicy System.Uri
Результат string

ProcessAjaxOpenIdResponse() публичный Метод

public ProcessAjaxOpenIdResponse ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult