Interface ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl
-
- All Known Subinterfaces:
ActiveDirectoryApplication.Definition,ActiveDirectoryApplication.DefinitionStages.Blank,ActiveDirectoryApplication.DefinitionStages.WithCreate
- Enclosing interface:
- ActiveDirectoryApplication.DefinitionStages
public static interface ActiveDirectoryApplication.DefinitionStages.WithSignOnUrlThe stage of application definition allowing specifying the sign on URL.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryApplication.DefinitionStages.WithCreatewithSignOnUrl(String signOnUrl)Specifies the sign on URL.
-
-
-
Method Detail
-
withSignOnUrl
ActiveDirectoryApplication.DefinitionStages.WithCreate withSignOnUrl(String signOnUrl)
Specifies the sign on URL.- Parameters:
signOnUrl- the URL where users can sign in and use this app- Returns:
- the next stage in application definition
-
-