Package tv.hd3g.authkit.mod.service
Class CmdLineServiceImpl
- java.lang.Object
-
- tv.hd3g.authkit.mod.service.CmdLineServiceImpl
-
- All Implemented Interfaces:
CmdLineService
@Service public class CmdLineServiceImpl extends Object implements CmdLineService
-
-
Constructor Summary
Constructors Constructor Description CmdLineServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOrUpdateSecurityAdminUser(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
-
-
-
Method Detail
-
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
-
-