Class Version
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.duo.Version
-
public final class Version extends Object
Class for getting and printing the version of the plugin.
-
-
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
-
VERSION
@Nullable private static final String VERSION
Plugin version.
-
-