Package org.nuxeo.runtime.aws
Class AWSConfigurationDescriptor
java.lang.Object
org.nuxeo.runtime.aws.AWSConfigurationDescriptor
- All Implemented Interfaces:
Descriptor
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
static final String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
The descriptor id, descriptors with same id are merged.merge
(Descriptor o) Returns a descriptor representingother
merged intothis
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove
-
Field Details
-
DEFAULT_CONFIG_ID
- See Also:
-
id
-
accessKeyId
-
secretKey
-
sessionToken
-
region
-
trustStorePath
- Since:
- 2021.10
-
trustStorePassword
- Since:
- 2021.10
-
trustStoreType
- Since:
- 2021.10
-
keyStorePath
- Since:
- 2021.10
-
keyStorePassword
- Since:
- 2021.10
-
keyStoreType
- Since:
- 2021.10
-
-
Constructor Details
-
AWSConfigurationDescriptor
public AWSConfigurationDescriptor()
-
-
Method Details
-
getId
Description copied from interface:Descriptor
The descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden
toString()
for exemple.- Specified by:
getId
in interfaceDescriptor
-
getTrustStorePath
- Since:
- 2021.10
-
getTrustStorePassword
- Since:
- 2021.10
-
getTrustStoreType
- Since:
- 2021.10
-
getKeyStorePath
- Since:
- 2021.10
-
getKeyStorePassword
- Since:
- 2021.10
-
getKeyStoreType
- Since:
- 2021.10
-
getAccessKeyId
-
getSecretKey
-
getSessionToken
-
getRegion
-
merge
Description copied from interface:Descriptor
Returns a descriptor representingother
merged intothis
Default implementation returns
other
.- Specified by:
merge
in interfaceDescriptor
- Returns:
- the merged descriptor
-