Package com.vmware.aria.operations
Class Credential
-
- All Implemented Interfaces:
-
kotlin.collections.Map
@Serializable() public final class Credential implements Map<String, String>
-
-
Constructor Summary
Constructors Constructor Description Credential(String type, List<CredentialField> fields)
-
Method Summary
Modifier and Type Method Description final String
getType()
Get the type (key) of credential. -
-
Constructor Detail
-
Credential
Credential(String type, List<CredentialField> fields)
-
-
Method Detail
-
getType
final String getType()
Get the type (key) of credential. This is useful if an adapter supports multiple types of credentials.
- Returns:
The type of the credential used by this adapter instance, or null if the adapter instance does not have a credential.
-
-
-
-