Interface ActiveDirectoryApplication.UpdateStages.WithCredential
- All Known Subinterfaces:
ActiveDirectoryApplication.Update
- Enclosing interface:
- ActiveDirectoryApplication.UpdateStages
public static interface ActiveDirectoryApplication.UpdateStages.WithCredential
The stage of application update allowing specifying identifier keys.
-
Method Summary
Modifier and TypeMethodDescriptionStarts the definition of a certificate credential.Starts the definition of a password credential.withoutCredential(String name) Removes a key.
-
Method Details
-
defineCertificateCredential
CertificateCredential.DefinitionStages.Blank<? extends ActiveDirectoryApplication.Update> defineCertificateCredential(String name) Starts the definition of a certificate credential.- Parameters:
name- the descriptive name of the certificate credential- Returns:
- the first stage in certificate credential definition
-
definePasswordCredential
PasswordCredential.DefinitionStages.Blank<? extends ActiveDirectoryApplication.Update> definePasswordCredential(String name) Starts the definition of a password credential.- Parameters:
name- the descriptive name of the password credential- Returns:
- the first stage in password credential definition
-
withoutCredential
Removes a key.- Parameters:
name- the name of the key- Returns:
- the next stage of the application update
-