WebAppAuthentication.UpdateStages.WithDefaultAuthenticationProvider<ParentT> Interface

Type Parameters

ParentT

the return type of the final parent()

public interface WithDefaultAuthenticationProvider

A web app authentication update allowing the default authentication provider to be set.

Method Summary

Modifier and Type Method and Description
WebAppAuthentication.Update<ParentT> withAnonymousAuthentication()

Does not require login by default.

WebAppAuthentication.Update<ParentT> withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)

Specifies the default authentication provider.

Method Details

withAnonymousAuthentication

public Update withAnonymousAuthentication()

Does not require login by default.

Returns:

the next stage of the web app authentication update

withDefaultAuthenticationProvider

public Update withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)

Specifies the default authentication provider.

Parameters:

provider - the default authentication provider

Returns:

the next stage of the web app authentication update

Applies to