org.guvnor.structure.backend.config
Class DefaultPasswordServiceImpl
java.lang.Object
org.guvnor.structure.backend.config.DefaultPasswordServiceImpl
- All Implemented Interfaces:
- PasswordService
@ApplicationScoped
public class DefaultPasswordServiceImpl
- extends Object
- implements PasswordService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPasswordServiceImpl
public DefaultPasswordServiceImpl()
encrypt
public String encrypt(String plainText)
- Specified by:
encrypt in interface PasswordService
decrypt
public String decrypt(String encryptedText)
- Specified by:
decrypt in interface PasswordService
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.