Package net.shibboleth.idp.installer
Class InstallerProperties
java.lang.Object
net.shibboleth.idp.installer.InstallerProperties
Class to contain the publicly visible (and api) properties used by the installer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe base URL for IdP endpoints.static final StringThe default context pathstatic final intKey size for all installer-generated keys.static final StringThe entity ID.static final StringGroup to set on files in the credential and conf directories.static final StringWhat is the installer host name?static final StringThe name of a property file to merge with idp.properties.static final StringThe the key size to generate.static final StringThe keystore password to use.static final StringThe LDAP Password (usually associated with a username in ldap.properties).static final StringThe name of a property file to merge with ldap.properties.static final StringMode to set on credential *key files.static final StringDo we cause a failure rather than a prompt.static final StringWhether to tidy up after ourselves.static final StringDo we do any chgrp/chmod work?static final StringThe name of a property file to fill in some or all of the above.static final StringThe scope to assert.static final StringThe sealer alias to use.static final StringThe keysize for the sealer.static final StringThe sealer password to use.static final StringWhere to install to. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROPERTY_SOURCE_FILE
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
The name of a property file to merge with idp.properties.- See Also:
-
LDAP_PROPERTIES_MERGE
The name of a property file to merge with ldap.properties.- See Also:
-
LDAP_PASSWORD
The LDAP Password (usually associated with a username in ldap.properties).- See Also:
-
TARGET_DIR
Where to install to. Default is basedir- See Also:
-
ENTITY_ID
The entity ID.- See Also:
-
NO_PROMPT
Do we cause a failure rather than a prompt.- See Also:
-
HOST_NAME
What is the installer host name?- See Also:
-
SCOPE
The scope to assert.- See Also:
-
KEY_STORE_PASSWORD
The keystore password to use.- See Also:
-
SEALER_PASSWORD
The sealer password to use.- See Also:
-
SEALER_ALIAS
The sealer alias to use.- See Also:
-
SEALER_KEYSIZE
The keysize for the sealer.- See Also:
-
KEY_SIZE
The the key size to generate.- See Also:
-
MODE_CREDENTIAL_KEYS
Mode to set on credential *key files.- See Also:
-
GROUP_CONF_CREDENTIALS
Group to set on files in the credential and conf directories.- See Also:
-
PERFORM_SET_MODE
Do we do any chgrp/chmod work?- See Also:
-
NO_TIDY
Whether to tidy up after ourselves.- See Also:
-
CONTEXT_PATH
The base URL for IdP endpoints.- See Also:
-
DEFAULT_KEY_SIZE
public static final int DEFAULT_KEY_SIZEKey size for all installer-generated keys.- See Also:
-
DEFAULT_CONTEXT_PATH
The default context path- See Also:
-
-
Constructor Details
-
InstallerProperties
public InstallerProperties()
-