org.jboss.aerogear.controller.spi
Interface SecurityProvider
public interface SecurityProvider
Provides authorization for Routes in AeroGear Controller.
isRouteAllowed
void isRouteAllowed(Route route)
throws javax.servlet.ServletException
- Determines whether a request to the passed-in
Route is allowed.
- Parameters:
route - the Route for which this provider to determine access.
- Throws:
javax.servlet.ServletException - if this security provider denies access to the passed-in route.
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.