]
Darran Lofthouse resolved ELY-346.
----------------------------------
Resolution: Done
Split getCredentialSupport into getCredentialSupport and
getEvidenceSupport (Or some similar naming)
----------------------------------------------------------------------------------------------------
Key: ELY-346
URL:
https://issues.jboss.org/browse/ELY-346
Project: WildFly Elytron
Issue Type: Enhancement
Components: API / SPI, Realms
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.1.0.Alpha2
We can probably defer but I will see if I can fit this one in.
Splitting these methods in two looses the complex enum we have and allows credential
acquisition to be handled independently from evidence validation - we have a default
method for evidence validation, we could still have a default method for
getEvidenceSupport which aligns with it.