Class KeyDescriptor
java.lang.Object
org.nuxeo.ecm.platform.auth.saml.key.KeyDescriptor
- All Implemented Interfaces:
Descriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
The descriptor id, descriptors with same id are merged.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, merge
-
Field Details
-
DEFAULT_NAME
- Since:
- 2025.7
- See Also:
-
name
- Since:
- 2025.7
-
keystoreFilePath
-
keystorePassword
-
signingKey
-
encryptionKey
-
tlsKey
-
passwords
-
-
Constructor Details
-
KeyDescriptor
public KeyDescriptor()
-
-
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
-
getKeystoreFilePath
-
getKeystorePassword
-
getPasswords
-
getSigningKey
-
getEncryptionKey
-
getTlsKey
-