C# Класс WindowsAzure.Acs.Oauth2.TwoLeggedAuthorizationServer

Two legged AuthorizationServer class.
Наследование: AuthorizationServerBase
Показать файл Открыть проект

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

Метод Описание
TwoLeggedAuthorizationServer ( ) : System.Configuration

Initializes a new instance of the TwoLeggedAuthorizationServer class. The parameters are read from the application configuration's appSettings keys 'WindowsAzure.OAuth.ServiceNamespace', 'WindowsAzure.OAuth.ServiceNamespaceManagementUserName', 'WindowsAzure.OAuth.ServiceNamespaceManagementUserKey' and 'WindowsAzure.OAuth.RelyingPartyName'.

TwoLeggedAuthorizationServer ( IApplicationRegistrationService applicationRegistrationService ) : System.Configuration

Initializes a new instance of the TwoLeggedAuthorizationServer class. The relying party name is read from the application configuration's appSettings key 'WindowsAzure.OAuth.RelyingPartyName'.

TwoLeggedAuthorizationServer ( string relyingPartyName, IApplicationRegistrationService applicationRegistrationService ) : System.Configuration

Initializes a new instance of the TwoLeggedAuthorizationServer class.

Защищенные методы

Метод Описание
GetDelegatedIdentity ( ) : AuthorizationServerIdentity

Gets the delegated identity. Override this if you require specifying the IdentityProvider for the delegated identity.

Приватные методы

Метод Описание
Index_Post ( AuthorizationServerViewModel model ) : System.Web.Mvc.ActionResult

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

GetDelegatedIdentity() защищенный Метод

Gets the delegated identity. Override this if you require specifying the IdentityProvider for the delegated identity.
protected GetDelegatedIdentity ( ) : AuthorizationServerIdentity
Результат AuthorizationServerIdentity

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

Initializes a new instance of the TwoLeggedAuthorizationServer class. The parameters are read from the application configuration's appSettings keys 'WindowsAzure.OAuth.ServiceNamespace', 'WindowsAzure.OAuth.ServiceNamespaceManagementUserName', 'WindowsAzure.OAuth.ServiceNamespaceManagementUserKey' and 'WindowsAzure.OAuth.RelyingPartyName'.
public TwoLeggedAuthorizationServer ( ) : System.Configuration
Результат System.Configuration

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

Initializes a new instance of the TwoLeggedAuthorizationServer class. The relying party name is read from the application configuration's appSettings key 'WindowsAzure.OAuth.RelyingPartyName'.
public TwoLeggedAuthorizationServer ( IApplicationRegistrationService applicationRegistrationService ) : System.Configuration
applicationRegistrationService IApplicationRegistrationService The application registration service.
Результат System.Configuration

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

Initializes a new instance of the TwoLeggedAuthorizationServer class.
public TwoLeggedAuthorizationServer ( string relyingPartyName, IApplicationRegistrationService applicationRegistrationService ) : System.Configuration
relyingPartyName string The relying party name.
applicationRegistrationService IApplicationRegistrationService
Результат System.Configuration