Uses of Class
org.xipki.ca.api.mgmt.MgmtAction
-
Packages that use MgmtAction Package Description org.xipki.ca.api.mgmt -
-
Uses of MgmtAction in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return MgmtAction Modifier and Type Method Description static MgmtActionMgmtAction. ofName(String str)static MgmtActionMgmtAction. valueOf(String name)Returns the enum constant of this type with the specified name.static MgmtAction[]MgmtAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-