]
Darran Lofthouse resolved ELY-147.
----------------------------------
Resolution: Done
The majority of methods on the RealmIdentity interface now have default implementations
meaning a realm implementation can implement the absolute minimum and choose which parts
to expand on.
Default Methods on the RealmIdentity interface
----------------------------------------------
Key: ELY-147
URL:
https://issues.jboss.org/browse/ELY-147
Project: WildFly Elytron
Issue Type: Feature Request
Components: API / SPI
Reporter: Darran Lofthouse
Fix For: 1.1.0.Alpha2
Review how much of the RealmIdentity interface can have default method implementations,
e.g. verification could be implemented if we can obtain the credential.
Credential conversion is also another one we could cover, a mechanism should be able to
start querying from the most specific type of credential it understands, if default
methods on the realm can handle the conversion it will mean the mechanism can ignore the
conversion.