Uses of Class
net.shibboleth.tool.xmlsectool.ReturnCode
-
-
Uses of ReturnCode in net.shibboleth.tool.xmlsectool
Methods in net.shibboleth.tool.xmlsectool that return ReturnCode Modifier and Type Method Description static ReturnCodeReturnCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ReturnCode[]ReturnCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.shibboleth.tool.xmlsectool with parameters of type ReturnCode Constructor Description Terminator(ReturnCode code)Constructor.
-