Search
Plugins
>
vRO Configuration 7.2.0
>
ConfiguratorKeystore
>
Class ConfiguratorKeystore
Extends
com.vmware.o11n.plugins.configurator.inventory.BasePluginItem
Keystore
Attributes
Name
Type
Description
displayName
String
Display name of this PrivateKeys
id
String
Unique identifier of this Keystore
Methods
Name
Returns
getAddCertificateToKeystoreAction
()
com.vmware.o11n.plugins.configurator.actions.AddCertificateToKeystoreAction
getAddEntryToKeystoreAction
()
com.vmware.o11n.plugins.configurator.actions.AddEntryToKeystoreAction
getCAs
()
ConfiguratorCertificate[]
getDeleteEntryFromKeystoreAction
()
com.vmware.o11n.plugins.configurator.actions.DeleteEntryFromKeystoreAction
getKeys
()
ConfiguratorKey[]
Returned by
Method
Returns
com.vmware.o11n.plugins.configurator.actions.AddCertificateToKeystoreAction.getModel
()
ConfiguratorKeystore
com.vmware.o11n.plugins.configurator.actions.AddEntryToKeystoreAction.getModel
()
ConfiguratorKeystore
com.vmware.o11n.plugins.configurator.actions.CreateKeystoreAction.getModel
()
ConfiguratorKeystore
com.vmware.o11n.plugins.configurator.actions.DeleteEntryFromKeystoreAction.getModel
()
ConfiguratorKeystore
com.vmware.o11n.plugins.configurator.actions.DeleteKeystoreAction.getModel
()
ConfiguratorKeystore
ConfiguratorKeystores.getKeystores
()
ConfiguratorKeystore[]
Referenced in
Method
Returns
com.vmware.o11n.plugins.configurator.actions.AbstractConfiguratorAction.getKeyStoreManager
(
ConfiguratorKeystore
,
ch.dunes.crypto.KeyStoreDatasource
)
ch.dunes.crypto.KeyStoreManager
com.vmware.o11n.plugins.configurator.actions.CreateKeystoreAction.setModel
(
ConfiguratorKeystore
)
void
com.vmware.o11n.plugins.configurator.actions.DeleteKeystoreAction.setModel
(
ConfiguratorKeystore
)
void