C# Class BoC.Security.Mvc.OpenIdRelyingPartyService

A wrapper around the standard OpenIdRelyingParty class.
Inheritance: IOpenIdRelyingParty
Afficher le fichier Open project: csteeg/BoC

Méthodes publiques

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

Method Details

AjaxDiscovery() public méthode

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

CreateRequest() public méthode

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
Résultat IAuthenticationRequest

CreateRequests() public méthode

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
Résultat IEnumerable

GetResponse() public méthode

public GetResponse ( ) : IAuthenticationResponse
Résultat IAuthenticationResponse

GetResponse() public méthode

public GetResponse ( DotNetOpenAuth.Messaging.HttpRequestInfo request ) : IAuthenticationResponse
request DotNetOpenAuth.Messaging.HttpRequestInfo
Résultat IAuthenticationResponse

OpenIdRelyingPartyService() public méthode

Initializes a new instance of the OpenIdRelyingPartyService class.
public OpenIdRelyingPartyService ( ) : System
Résultat System

PreloadDiscoveryResults() public méthode

public PreloadDiscoveryResults ( Realm realm, Uri returnTo, Uri privacyPolicy ) : string
realm DotNetOpenAuth.OpenId.Realm
returnTo System.Uri
privacyPolicy System.Uri
Résultat string

ProcessAjaxOpenIdResponse() public méthode

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