Partilhar via


IDefinition<ParentT> Interface

Definição

A totalidade de uma definição de autenticação de aplicação Web.

public interface IDefinition<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IBlank<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAuthenticationProvider<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithDefaultAuthenticationProvider<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithExternalRedirectUrls<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithTokenStore<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithDefaultAuthenticationProvider<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithAuthenticationProvider<'ParentT>
    interface IWithTokenStore<'ParentT>
    interface IWithExternalRedirectUrls<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithAuthenticationProvider(Of ParentT), IWithDefaultAuthenticationProvider(Of ParentT), IWithExternalRedirectUrls(Of ParentT), IWithTokenStore(Of ParentT)

Parâmetros de Tipo Genérico

ParentT

O tipo de retorno do attachable.attach(final).

Implementações

Métodos

Attach()

A totalidade de uma definição de autenticação de aplicação Web.

(Herdado de IInDefinition<ParentT>)
WithActiveDirectory(String, String)

Especifica o fornecedor a ser o Active Directory e o respetivo ID de cliente e URL do emissor.

(Herdado de IWithAuthenticationProvider<ParentT>)
WithActiveDirectory(String, String, String)

Especifica o fornecedor a ser o Active Directory e o respetivo ID de cliente e URL do emissor.

(Herdado de IWithAuthenticationProvider<ParentT>)
WithAllowedExternalRedirectUrl(String)

Adiciona um URL de redirecionamento externo.

(Herdado de IWithExternalRedirectUrls<ParentT>)
WithAnonymousAuthentication()

Não requer início de sessão por predefinição.

(Herdado de IWithDefaultAuthenticationProvider<ParentT>)
WithDefaultAuthenticationProvider(BuiltInAuthenticationProvider)

Especifica o fornecedor de autenticação predefinido.

(Herdado de IWithDefaultAuthenticationProvider<ParentT>)
WithFacebook(String, String)

Especifica o fornecedor a ser o Facebook e o respetivo ID de aplicação e segredo da aplicação.

(Herdado de IWithAuthenticationProvider<ParentT>)
WithGoogle(String, String)

Especifica o fornecedor a ser Google e o respetivo ID de cliente e segredo do cliente.

(Herdado de IWithAuthenticationProvider<ParentT>)
WithMicrosoft(String, String)

Especifica o fornecedor a ser a Microsoft e o respetivo ID de cliente e segredo do cliente.

(Herdado de IWithAuthenticationProvider<ParentT>)
WithTokenStore(Boolean)

Especifica se o arquivo de tokens deve ser ativado.

(Herdado de IWithTokenStore<ParentT>)
WithTwitter(String, String)

Especifica o fornecedor a ser o Twitter e a respetiva chave de API e segredo da API.

(Herdado de IWithAuthenticationProvider<ParentT>)

Aplica-se a