Package net.shibboleth.idp
Class Version
java.lang.Object
net.shibboleth.idp.Version
public final class Version extends Object
Class for getting and printing the version of the IdP.
-
Field Summary
Fields Modifier and Type Field Description static String
MDC_ATTRIBUTE
Name ofMDC
attribute that holds the IdP's version string:idp.version
.private static String
VERSION
IdP version. -
Constructor Summary
Constructors Modifier Constructor Description private
Version()
Constructor. -
Method Summary
Modifier and Type Method Description static String
getVersion()
Get the version of the IdP.static void
main(String[] args)
Main entry point to program.
-
Field Details
-
MDC_ATTRIBUTE
Name ofMDC
attribute that holds the IdP's version string:idp.version
.- See Also:
- Constant Field Values
-
VERSION
IdP version.
-
-
Constructor Details
-
Version
private Version()Constructor.
-
-
Method Details
-
main
Main entry point to program.- Parameters:
args
- command line arguments
-
getVersion
Get the version of the IdP.- Returns:
- version of the IdP
-