Class DefaultPasswordServiceImpl
- java.lang.Object
-
- org.guvnor.structure.backend.config.DefaultPasswordServiceImpl
-
- All Implemented Interfaces:
org.guvnor.structure.server.config.PasswordService
@ApplicationScoped public class DefaultPasswordServiceImpl extends Object implements org.guvnor.structure.server.config.PasswordService
-
-
Constructor Summary
Constructors Constructor Description DefaultPasswordServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdecrypt(String encryptedText)Stringencrypt(String plainText)
-