Class DefaultPasswordServiceImpl

  • All Implemented Interfaces:
    org.guvnor.structure.server.config.PasswordService

    @ApplicationScoped
    public class DefaultPasswordServiceImpl
    extends Object
    implements org.guvnor.structure.server.config.PasswordService
    • Constructor Detail

      • DefaultPasswordServiceImpl

        public DefaultPasswordServiceImpl()
    • Method Detail

      • encrypt

        public String encrypt​(String plainText)
        Specified by:
        encrypt in interface org.guvnor.structure.server.config.PasswordService
      • decrypt

        public String decrypt​(String encryptedText)
        Specified by:
        decrypt in interface org.guvnor.structure.server.config.PasswordService