Class InstallerProperties

java.lang.Object
net.shibboleth.idp.installer.impl.InstallerProperties

@Deprecated(forRemoval=true, since="5.2") public final class InstallerProperties extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Class to contain the publicly visible (and api) properties used by the installer.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Key size for all installer-generated keys.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The entity ID.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Group to set on files in the credential and conf directories.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    What is the installer host name?
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The name of a property file to merge with idp.properties.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The the key size to generate.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The keystore password to use.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The LDAP Password (usually associated with a username in ldap.properties).
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The name of a property file to merge with ldap.properties.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Mode to set on credential *key files.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Do we cause a failure rather than a prompt.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Whether to tidy up after ourselves.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Do we do any chgrp/chmod work?
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The name of a property file to fill in some or all of the above.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The scope to assert.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The sealer alias to use.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The keysize for the sealer.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The sealer password to use.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Where to install to.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PROPERTY_SOURCE_FILE

      @Nonnull @NotEmpty public static final String PROPERTY_SOURCE_FILE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The name of a property file to fill in some or all of the above. This file is deleted after processing.
      See Also:
    • IDP_PROPERTIES_MERGE

      @Nonnull @NotEmpty public static final String IDP_PROPERTIES_MERGE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The name of a property file to merge with idp.properties.
      See Also:
    • LDAP_PROPERTIES_MERGE

      @Nonnull @NotEmpty public static final String LDAP_PROPERTIES_MERGE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The name of a property file to merge with ldap.properties.
      See Also:
    • LDAP_PASSWORD

      @Nonnull @NotEmpty public static final String LDAP_PASSWORD
      Deprecated, for removal: This API element is subject to removal in a future version.
      The LDAP Password (usually associated with a username in ldap.properties).
      See Also:
    • TARGET_DIR

      @Nonnull @NotEmpty public static final String TARGET_DIR
      Deprecated, for removal: This API element is subject to removal in a future version.
      Where to install to. Default is basedir
      See Also:
    • ENTITY_ID

      @Nonnull @NotEmpty public static final String ENTITY_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      The entity ID.
      See Also:
    • NO_PROMPT

      @Nonnull @NotEmpty public static final String NO_PROMPT
      Deprecated, for removal: This API element is subject to removal in a future version.
      Do we cause a failure rather than a prompt.
      See Also:
    • HOST_NAME

      @Nonnull @NotEmpty public static final String HOST_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      What is the installer host name?
      See Also:
    • SCOPE

      @Nonnull @NotEmpty public static final String SCOPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The scope to assert.
      See Also:
    • KEY_STORE_PASSWORD

      @Nonnull @NotEmpty public static final String KEY_STORE_PASSWORD
      Deprecated, for removal: This API element is subject to removal in a future version.
      The keystore password to use.
      See Also:
    • SEALER_PASSWORD

      @Nonnull @NotEmpty public static final String SEALER_PASSWORD
      Deprecated, for removal: This API element is subject to removal in a future version.
      The sealer password to use.
      See Also:
    • SEALER_ALIAS

      @Nonnull @NotEmpty public static final String SEALER_ALIAS
      Deprecated, for removal: This API element is subject to removal in a future version.
      The sealer alias to use.
      See Also:
    • SEALER_KEYSIZE

      @Nonnull @NotEmpty public static final String SEALER_KEYSIZE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The keysize for the sealer.
      See Also:
    • KEY_SIZE

      @Nonnull @NotEmpty public static final String KEY_SIZE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The the key size to generate.
      See Also:
    • MODE_CREDENTIAL_KEYS

      @Nonnull @NotEmpty public static final String MODE_CREDENTIAL_KEYS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Mode to set on credential *key files.
      See Also:
    • GROUP_CONF_CREDENTIALS

      @Nonnull @NotEmpty public static final String GROUP_CONF_CREDENTIALS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Group to set on files in the credential and conf directories.
      See Also:
    • PERFORM_SET_MODE

      @Nonnull @NotEmpty public static final String PERFORM_SET_MODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Do we do any chgrp/chmod work?
      See Also:
    • NO_TIDY

      @Nonnull @NotEmpty public static final String NO_TIDY
      Deprecated, for removal: This API element is subject to removal in a future version.
      Whether to tidy up after ourselves.
      See Also:
    • DEFAULT_KEY_SIZE

      public static final int DEFAULT_KEY_SIZE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Key size for all installer-generated keys.
      See Also:
  • Constructor Details

    • InstallerProperties

      public InstallerProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.