The JSF JNDI EL resolver is automatically registered once you copy the JAR file into your web application. No other setup is required! See the Maven repository for the most recent version of the JAR file.
UsageCurrently the JSF Security Resolver exports the following methods:
If you need to lookup a value on the JNDI you can use something similar to the construction below. Note that this looks up the UserTransaction object which needs to exist on any JavaEE application server.
<h:outputText value="#{jndi.lookup['UserTransaction']}"/>