Interface WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
WebAppAuthentication.Definition<ParentT>, WebAppAuthentication.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
WebAppAuthentication.DefinitionStages
public static interface WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls<ParentT>
A web app authentication definition allowing branch to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionAdds an external redirect URL.
-
Method Details
-
withAllowedExternalRedirectUrl
WebAppAuthentication.DefinitionStages.WithAttach<ParentT> withAllowedExternalRedirectUrl(String url) Adds an external redirect URL.- Parameters:
url- the external redirect URL- Returns:
- the next stage of the definition
-