org.mentawai.filter
Interface AuthenticationFree
- All Known Implementing Classes:
- BaseLoginAction, LogoutAction
public interface AuthenticationFree
This is an interface to indicate whether an action wants to be blocked by the AuthenticationFilter.
For example, this is the case of the BaseLoginAction.
You can decide this based on the inner action being executed.
- Author:
- Sergio Oliveira
bypassAuthentication
boolean bypassAuthentication(java.lang.String innerAction)
Copyright © 2005 Mentawai Team. All Rights Reserved.