Class KeyDescriptor

java.lang.Object
org.nuxeo.ecm.platform.auth.saml.key.KeyDescriptor
All Implemented Interfaces:
Descriptor

public class KeyDescriptor extends Object implements Descriptor
  • Field Details

    • DEFAULT_NAME

      public static final String DEFAULT_NAME
      Since:
      2025.7
      See Also:
    • name

      protected String name
      Since:
      2025.7
    • keystoreFilePath

      protected String keystoreFilePath
    • keystorePassword

      protected String keystorePassword
    • signingKey

      protected String signingKey
    • encryptionKey

      protected String encryptionKey
    • tlsKey

      protected String tlsKey
    • passwords

      protected Map<String,String> passwords
  • Constructor Details

    • KeyDescriptor

      public KeyDescriptor()
  • Method Details

    • getId

      public String 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 interface Descriptor
    • getKeystoreFilePath

      public String getKeystoreFilePath()
    • getKeystorePassword

      public String getKeystorePassword()
    • getPasswords

      public Map<String,String> getPasswords()
    • getSigningKey

      public String getSigningKey()
    • getEncryptionKey

      public String getEncryptionKey()
    • getTlsKey

      public String getTlsKey()