List of usage examples for org.apache.shiro.web.filter.authc PassThruAuthenticationFilter subclass-usage
From source file com.flowlogix.security.PassThruAuthenticationFilter.java
/**
* Implements JSF Ajax redirection via OmniFaces
*
* @author lprimak
*/
@Slf4j
From source file com.hesine.manager.sercurity.UserAuthenticationFilter.java
/**
* ?????
* @author ThinkGem
* @version 2013-5-19
*/
@Service
From source file com.wegas.core.security.util.AuthenticationFilter.java
/** * * @author Francois-Xavier Aeberhard <fx@red-agent.com> */ public class AuthenticationFilter extends PassThruAuthenticationFilter {
From source file org.apache.zeppelin.realm.kerberos.KerberosAuthenticationFilter.java
/** * Created for org.apache.zeppelin.server */ public class KerberosAuthenticationFilter extends PassThruAuthenticationFilter { private static final Logger LOG = LoggerFactory.getLogger(KerberosAuthenticationFilter.class);
From source file org.workin.security.shiro.filter.authc.ShiroRedirectAuthenticationFilter.java
/** * @description Shiro ??? * @author <a href="mailto:code727@gmail.com">?</a> * @version 1.0 */ public class ShiroRedirectAuthenticationFilter extends PassThruAuthenticationFilter