[
https://issues.jboss.org/browse/ELY-1538?page=com.atlassian.jira.plugin.s...
]
Darran Lofthouse commented on ELY-1538:
---------------------------------------
Additionally the AuthConfigFactory.registerProvider method that takes a class name is
supposed to store this in the persistent configuration.
Stand alone we could persist to XML as well as loading from XML - but in the app server /
subsystem we almost need an integration point to allow the configuration to be passed back
to the management model. Possibly to avoid issues with API affecting the model maybe we
can do something where the administrator sees the changes and makes a call to store them.
JASPIC AuthConfigFactory Configuration
--------------------------------------
Key: ELY-1538
URL:
https://issues.jboss.org/browse/ELY-1538
Project: WildFly Elytron
Issue Type: Task
Components: EE
Affects Versions: 1.2.3.Final
Reporter: Darran Lofthouse
The constructor of AuthConfigFactory is required to support loading the configuration
dynamically: -
https://docs.oracle.com/javaee/7/api/javax/security/auth/message/config/A...
Within the app server environment we handle the configuration slightly differently and
populate the AuthConfigFactory dynamically as the management model is handled. Where
these APIs are used outside the application server however we could support a custom file
format for configuration.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)