Package org.apache.shiro.ee.filters


package org.apache.shiro.ee.filters
  • Class
    Description
    Implements JSF Ajax redirection via OmniFaces Implements form resubmit and auto remember-me functionality
    supporting methods for Forms
    Cookie Support methods
    Methods to redirect to saved requests upon logout functionality includes saving a previous form state and resubmitting if the form times out
    JSF access points
     
    JSF Ajax support for logout
    Implements JSF Ajax redirection via OmniFaces Implements form resubmit and auto remember-me functionality
    Stops JEE server from interpreting Shiro principal as direct EJB principal, this has sideffects of trying to log in to remote EJBs with the credentials from Shiro, which isn't what this meant to do, as it's meant to just transfer Shiro credentials to remote EJB call site.
    Enables Shiro's SslFilter depending depending on whether in Faces production mode or not