Package net.shibboleth.idp
Class Version
java.lang.Object
net.shibboleth.idp.Version
Class for getting and printing the version of the IdP.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Get the version of the IdP.static void
Main entry point to program.
-
Field Details
-
MDC_ATTRIBUTE
Name ofMDC
attribute that holds the IdP's version string:idp.version
.- See Also:
-
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
-