Package com.morpheusdata.model
Class AccountCredentialType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.AccountCredentialType
Represents the type of an
AccountCredential
. These types can be usernames/passwords or keypairs depending on
the use. These are typically seeded in in the Morpheus Appliance and not yet customizable, however they could be in
the not too distant future.- Since:
- 0.13.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected Boolean
protected String
protected Boolean
protected Boolean
protected String
protected String
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
void
setAuthType
(String authType) void
setCategory
(String category) void
void
setCreatable
(Boolean creatable) void
setDescription
(String description) void
setEditable
(Boolean editable) void
setEnabled
(Boolean enabled) void
setExternalType
(String externalType) void
void
setNameCode
(String nameCode) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
code
-
name
-
description
-
category
-
enabled
-
creatable
-
editable
-
nameCode
-
authType
-
externalType
-
-
Constructor Details
-
AccountCredentialType
public AccountCredentialType()
-
-
Method Details
-
getCode
-
setCode
-
getName
-
setName
-
getDescription
-
setDescription
-
getCategory
-
setCategory
-
getEnabled
-
setEnabled
-
getCreatable
-
setCreatable
-
getEditable
-
setEditable
-
getNameCode
-
setNameCode
-
getAuthType
-
setAuthType
-
getExternalType
-
setExternalType
-