Guvnor - Structure Backend 6.2.0.Final

org.guvnor.structure.backend.config
Class DefaultPasswordServiceImpl

java.lang.Object
  extended by org.guvnor.structure.backend.config.DefaultPasswordServiceImpl
All Implemented Interfaces:
PasswordService

@ApplicationScoped
public class DefaultPasswordServiceImpl
extends Object
implements PasswordService


Constructor Summary
DefaultPasswordServiceImpl()
           
 
Method Summary
 String decrypt(String encryptedText)
           
 String encrypt(String plainText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPasswordServiceImpl

public DefaultPasswordServiceImpl()
Method Detail

encrypt

public String encrypt(String plainText)
Specified by:
encrypt in interface PasswordService

decrypt

public String decrypt(String encryptedText)
Specified by:
decrypt in interface PasswordService

Guvnor - Structure Backend 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.