Class InstallerProperties
java.lang.Object
net.shibboleth.idp.installer.impl.InstallerProperties
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
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated, for removal: This API element is subject to removal in a future version.Key size for all installer-generated keys.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The entity ID.static final StringDeprecated, 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 StringDeprecated, for removal: This API element is subject to removal in a future version.What is the installer host name?static final StringDeprecated, 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 StringDeprecated, for removal: This API element is subject to removal in a future version.The the key size to generate.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The keystore password to use.static final StringDeprecated, 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 StringDeprecated, 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 StringDeprecated, for removal: This API element is subject to removal in a future version.Mode to set on credential *key files.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Do we cause a failure rather than a prompt.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Whether to tidy up after ourselves.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Do we do any chgrp/chmod work?static final StringDeprecated, 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 StringDeprecated, for removal: This API element is subject to removal in a future version.The scope to assert.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The sealer alias to use.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The keysize for the sealer.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The sealer password to use.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Where to install to. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
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
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
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
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
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
Deprecated, for removal: This API element is subject to removal in a future version.The entity ID.- See Also:
-
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
Deprecated, for removal: This API element is subject to removal in a future version.What is the installer host name?- See Also:
-
SCOPE
Deprecated, for removal: This API element is subject to removal in a future version.The scope to assert.- See Also:
-
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
Deprecated, for removal: This API element is subject to removal in a future version.The sealer password to use.- See Also:
-
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
Deprecated, for removal: This API element is subject to removal in a future version.The keysize for the sealer.- See Also:
-
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
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
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
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
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_SIZEDeprecated, 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.
-