]
Darran Lofthouse updated ELY-184:
---------------------------------
Summary: Simplify the properties KeyStore so we can forget about handling disabled
accounts. (was: Update the properties KeyStore so a different type is used to distinguish
between an enabled and disabled entry.)
Simplify the properties KeyStore so we can forget about handling
disabled accounts.
-----------------------------------------------------------------------------------
Key: ELY-184
URL:
https://issues.jboss.org/browse/ELY-184
Project: WildFly Elytron
Issue Type: Enhancement
Components: KeyStores
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.0.0.Alpha1
When representing this information at runtime we can not be sure that we can obtain the
actual entries from the KeyStore as they may be password protected, all we can do is check
the entry type.
I think it would be fair to say an enabled account and a disabled account are two
different entry types, the disabled type could even also prevent access to the password to
prevent it's accidental use in a realm.