Package org.openiam.rest
Class KeyManagementRestController
- java.lang.Object
-
- org.openiam.common.service.AbstractBaseService
-
- org.openiam.rest.KeyManagementRestController
-
@RestController @RequestMapping(value="/keymanagement", produces="application/json") @Deprecated(since="4.2.1.2") public class KeyManagementRestController extends AbstractBaseService
Deprecated.
-
-
Field Summary
-
Fields inherited from class org.openiam.common.service.AbstractBaseService
auditLogHelper, entityValidator, propertyValueSweeper
-
-
Constructor Summary
Constructors Constructor Description KeyManagementRestController()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Response
recalculateKey()
Deprecated.Convenience method to re-genrate a jks key-
Methods inherited from class org.openiam.common.service.AbstractBaseService
getString, transaction, transaction, transaction
-
-
-
-
Method Detail
-
recalculateKey
@RequestMapping("/recalculateKey") @ResponseBody public Response recalculateKey()
Deprecated.Convenience method to re-genrate a jks key
-
-