public interface PasswordEncodingService
PasswordEncodingService allows decoding of user passwords provided that a two-way encryption algoritmn is used.
String encode(String userName, String clearTextPassword) throws SecurityException
SecurityException
String decode(String userName, String encodedPassword) throws SecurityException
SecurityException
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.