Uses of Interface
net.shibboleth.idp.installer.InstallerProperties
-
Packages that use InstallerProperties Package Description net.shibboleth.idp.installer Classes available for installation.net.shibboleth.idp.installer.impl Implementation classes for installation. -
-
Uses of InstallerProperties in net.shibboleth.idp.installer
Classes in net.shibboleth.idp.installer that implement InstallerProperties Modifier and Type Class Description classInstallerPropertiesImplClass implementInstallerPropertieswith properties/UI driven values.Fields in net.shibboleth.idp.installer declared as InstallerProperties Modifier and Type Field Description private InstallerPropertiesCopyDistribution. installerPropsProperties for the job.private InstallerPropertiesV4Install. installerPropsInstaller Properties.private InstallerPropertiesV4Install.KeyManagement. installerPropsProperties for the job.Constructors in net.shibboleth.idp.installer with parameters of type InstallerProperties Constructor Description BuildWar(InstallerProperties props, CurrentInstallState installState)Constructor.CopyDistribution(InstallerProperties props, CurrentInstallState state)Constructor.KeyManagement(InstallerProperties props, CurrentInstallState installState)Constructor.V4Install(InstallerProperties props, CurrentInstallState installState)Constructor. -
Uses of InstallerProperties in net.shibboleth.idp.installer.impl
Constructors in net.shibboleth.idp.installer.impl with parameters of type InstallerProperties Constructor Description CurrentInstallStateImpl(InstallerProperties installerProps)Constructor.
-