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 StringMDC_ATTRIBUTEName ofMDCattribute that holds the IdP's version string:idp.version.private static StringVERSIONIdP version.
-
Constructor Summary
Constructors Modifier Constructor Description privateVersion()Constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetVersion()Get the version of the IdP.static voidmain(String[] args)Main entry point to program.
-
-
-
Field Detail
-
MDC_ATTRIBUTE
@Nonnull public static final String MDC_ATTRIBUTE
Name ofMDCattribute that holds the IdP's version string:idp.version.- See Also:
- Constant Field Values
-
VERSION
@Nullable private static final String VERSION
IdP version.
-
-