Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
UserExtAuthTokens |
UserExtAuthTokens.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<UserExtAuthTokens> |
ExtensionUserCredentialsUser.getAuthTokens()
A list of Auth tokens corresponding to user.
|
Modifier and Type | Method and Description |
---|---|
UserExtAuthTokens.Builder |
UserExtAuthTokens.Builder.copy(UserExtAuthTokens model) |
Modifier and Type | Method and Description |
---|---|
ExtensionUserCredentialsUser.Builder |
ExtensionUserCredentialsUser.Builder.authTokens(List<UserExtAuthTokens> authTokens)
A list of Auth tokens corresponding to user.
|
Constructor and Description |
---|
ExtensionUserCredentialsUser(List<UserExtDbCredentials> dbCredentials,
List<UserExtCustomerSecretKeys> customerSecretKeys,
List<UserExtAuthTokens> authTokens,
List<UserExtSmtpCredentials> smtpCredentials,
List<UserExtApiKeys> apiKeys,
List<UserExtOAuth2ClientCredentials> oAuth2ClientCredentials)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.