]
Darran Lofthouse resolved WFLY-2904.
------------------------------------
Resolution: Out of Date
Being superseded by Elytron.
Add advanced PKCS#11 support to security realms.
------------------------------------------------
Key: WFLY-2904
URL:
https://issues.jboss.org/browse/WFLY-2904
Project: WildFly
Issue Type: Sub-task
Components: Domain Management, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Labels: management_security,
Fix For: 9.0.0.Beta1
WFLY-2890 adds basic PKCS#11 support - this issue is to expand it so that the full
configuration can be specified within the management model.
For cross JVM compatibility this will probably need to be something along the lines of
allowing the class name of the provider to be specified or at least some kind of dynamic
alias. Configuration probably can not be guaranteed to be compatible between Oracle and
IBM. The Oracle provider does have a constructor that takes an InputStream, the IBM
provider takes a Reader so available constructors will need to be checked as well.