Package tv.hd3g.authkit.mod.service
Class CmdLineServiceImpl
java.lang.Object
tv.hd3g.authkit.mod.service.CmdLineServiceImpl
- All Implemented Interfaces:
CmdLineService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOrUpdateSecurityAdminUser(String login, Password password) REQUIRES_NEW: workaround for this problem https://stackoverflow.com/questions/24338150/how-to-manually-force-a-commit-in-a-transactional-method
-
Constructor Details
-
CmdLineServiceImpl
public CmdLineServiceImpl()
-
-
Method Details
-
addOrUpdateSecurityAdminUser
public void addOrUpdateSecurityAdminUser(String login, Password password) throws ResetWithSamePasswordException REQUIRES_NEW: workaround for this problem https://stackoverflow.com/questions/24338150/how-to-manually-force-a-commit-in-a-transactional-method- Specified by:
addOrUpdateSecurityAdminUserin interfaceCmdLineService- Throws:
ResetWithSamePasswordException
-