| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Field and Description |
|---|---|
protected PasswordCredential |
OnPremisesPublishing.verifiedCustomDomainPasswordCredential |
| Modifier and Type | Method and Description |
|---|---|
PasswordCredential |
PasswordCredential.Builder.build() |
PasswordCredential |
PasswordCredential.withCustomKeyIdentifier(byte[] customKeyIdentifier) |
PasswordCredential |
PasswordCredential.withDisplayName(String displayName) |
PasswordCredential |
PasswordCredential.withEndDateTime(OffsetDateTime endDateTime) |
PasswordCredential |
PasswordCredential.withHint(String hint) |
PasswordCredential |
PasswordCredential.withKeyId(String keyId) |
PasswordCredential |
PasswordCredential.withSecretText(String secretText) |
PasswordCredential |
PasswordCredential.withStartDateTime(OffsetDateTime startDateTime) |
| Modifier and Type | Method and Description |
|---|---|
Optional<PasswordCredential> |
OnPremisesPublishing.getVerifiedCustomDomainPasswordCredential() |
| Modifier and Type | Method and Description |
|---|---|
OnPremisesPublishing.Builder |
OnPremisesPublishing.Builder.verifiedCustomDomainPasswordCredential(PasswordCredential verifiedCustomDomainPasswordCredential) |
OnPremisesPublishing |
OnPremisesPublishing.withVerifiedCustomDomainPasswordCredential(PasswordCredential verifiedCustomDomainPasswordCredential) |
| Modifier and Type | Field and Description |
|---|---|
protected List<PasswordCredential> |
Application.passwordCredentials |
protected List<PasswordCredential> |
ServicePrincipal.passwordCredentials |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordCredential> |
Application.addPassword(PasswordCredential passwordCredential) |
com.github.davidmoten.odata.client.CollectionPage<PasswordCredential> |
Application.getPasswordCredentials() |
com.github.davidmoten.odata.client.CollectionPage<PasswordCredential> |
ServicePrincipal.getPasswordCredentials() |
com.github.davidmoten.odata.client.CollectionPage<PasswordCredential> |
Application.getPasswordCredentials(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<PasswordCredential> |
ServicePrincipal.getPasswordCredentials(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<KeyCredential> |
Application.addKey(KeyCredential keyCredential,
PasswordCredential passwordCredential,
String proof) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordCredential> |
Application.addPassword(PasswordCredential passwordCredential) |
Application.Builder |
Application.Builder.passwordCredentials(PasswordCredential... passwordCredentials) |
ServicePrincipal.Builder |
ServicePrincipal.Builder.passwordCredentials(PasswordCredential... passwordCredentials) |
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
Application.Builder.passwordCredentials(List<PasswordCredential> passwordCredentials) |
ServicePrincipal.Builder |
ServicePrincipal.Builder.passwordCredentials(List<PasswordCredential> passwordCredentials) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordCredential> |
ApplicationRequest.addPassword(PasswordCredential passwordCredential) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<KeyCredential> |
ApplicationRequest.addKey(KeyCredential keyCredential,
PasswordCredential passwordCredential,
String proof) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordCredential> |
ApplicationRequest.addPassword(PasswordCredential passwordCredential) |
Copyright © 2018–2020. All rights reserved.