Interface ActiveDirectoryApplication.Definition
- All Superinterfaces:
ActiveDirectoryApplication.DefinitionStages.Blank, ActiveDirectoryApplication.DefinitionStages.WithAccountType, ActiveDirectoryApplication.DefinitionStages.WithCreate, ActiveDirectoryApplication.DefinitionStages.WithCredential, ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl, ActiveDirectoryApplication.DefinitionStages.WithMultiTenant, ActiveDirectoryApplication.DefinitionStages.WithReplyUrl, ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl, Creatable<ActiveDirectoryApplication>, HasName, Indexable
- Enclosing interface:
ActiveDirectoryApplication
public static interface ActiveDirectoryApplication.Definition
extends ActiveDirectoryApplication.DefinitionStages.Blank, ActiveDirectoryApplication.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
-
Method Summary
Methods inherited from interface ActiveDirectoryApplication.DefinitionStages.WithAccountType
withAccountType, withAccountTypeMethods inherited from interface ActiveDirectoryApplication.DefinitionStages.WithCredential
defineCertificateCredential, definePasswordCredentialMethods inherited from interface ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl
withIdentifierUrlMethods inherited from interface ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
withAvailableToOtherTenantsMethods inherited from interface ActiveDirectoryApplication.DefinitionStages.WithReplyUrl
withReplyUrlMethods inherited from interface ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl
withSignOnUrlMethods inherited from interface Creatable
create, create, createAsync, createAsync