public interface AlgorithmUpgradePasswordEncodingService extends PasswordEncodingService
AlgorithmUpgradePasswordEncodingService allows checking a specific PasswordCredential if it uses the provided Encoding Algorithm.
This service can be used for gradually migrating from a one-way encoding to a two-way encoding algoritmn.
Modifier and Type | Method and Description |
---|---|
boolean |
usesOldEncodingAlgorithm(PasswordCredential passwordCredential) |
decode, encode
boolean usesOldEncodingAlgorithm(PasswordCredential passwordCredential)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.