]
Darran Lofthouse reassigned ELY-450:
------------------------------------
Assignee: Darran Lofthouse
Drop EvidenceDecoder
--------------------
Key: ELY-450
URL:
https://issues.jboss.org/browse/ELY-450
Project: WildFly Elytron
Issue Type: Feature Request
Components: SSL
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.1.0.Beta5
Drop the EvidenceDecoder as it is only used by SecurityDomainTrustManager.
Instead Evidence will have a getPrincipal method which will by default return null, when
verifyEvidence is called this can be used to set the current principal / trigger name
rewriters / principal decoders etc... Then verifyEvidence can call itself / continue.
Where no Principal is returned the current iterate the realms approach can be used.