Uses of Class
net.shibboleth.idp.installer.impl.UpdateIdPArguments
Packages that use UpdateIdPArguments
-
Uses of UpdateIdPArguments in net.shibboleth.idp.installer.impl
Methods in net.shibboleth.idp.installer.impl that return types with arguments of type UpdateIdPArgumentsModifier and TypeMethodDescriptionprotected Class<UpdateIdPArguments>UpdateIdPCLI.getArgumentClass()Methods in net.shibboleth.idp.installer.impl with parameters of type UpdateIdPArgumentsModifier and TypeMethodDescriptionprivate intUpdateIdPCLI.checkSignature(UpdateIdPArguments args, String fileName) Check the signature of the downloaded distribution.private intUpdateIdPCLI.checkUpdate(UpdateIdPArguments args, InstallableComponentInfo info, boolean doDownload) Check for a potential upgrade, then download if that was requested.protected intUpdateIdPCLI.doRun(UpdateIdPArguments args) private intUpdateIdPCLI.download(UpdateIdPArguments args, InstallableComponentVersion version, InstallableComponentInfo info) Download the provided or inferred version.private intUpdateIdPCLI.list(UpdateIdPArguments args, InstallableComponentInfo info) List all available versions.