I am migrating from jBoss EAP 4.2 to 6.2 and stuck at migration of SSO simulator valve implementation.
In jBoss EAP 4.2, I have config(in server.xml) like this to simulate/push SSO and other properties in request header for localhost only.
<Valve className="com.xyz.xyz.xyz.xyz.SSOSimulatorValve" simFile="${jboss.server.home.dir}/lib/ssosim.properties" />
How should i migrate/configure this in jBoss EAP 6.2?