org.duelengine.duel.mvc
Interface AuthFilter

All Superinterfaces:
DuelMvcFilter

public interface AuthFilter
extends DuelMvcFilter

Authorization filters intercept controller actions before the action or other filters execute


Method Summary
 void onAuthorization(ActionFilterContext context)
           
 

Method Detail

onAuthorization

void onAuthorization(ActionFilterContext context)


Copyright © 2013. All Rights Reserved.