What is the JBoss EAP 6 replacement for the JaasSecurityDomain MBean that configures keystores/truststores?
Issue
What is the JBoss EAP 6 replacement for the JaasSecurityDomain MBean that configures keystores/truststores?
<mbean code="org.jboss.security.plugins.JaasSecurityDomain"
name="jboss.security:service=JaasSecurityDomain,domain=jmx-console">
<constructor>
<arg type="java.lang.String" value="jmx-console"></arg>
</constructor>
<attribute name="KeyStoreType">PKCS11</attribute>
<attribute name="KeystorePass">some_password</attribute>
<attribute name="KeystoreURL">/path/to/server.keystore</attribute>
</mbean>
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.