aerogear-controller 1.0.0.M1

org.jboss.aerogear.controller.spi
Interface SecurityProvider


public interface SecurityProvider

Provides authorization for Routes in AeroGear Controller.


Method Summary
 void isRouteAllowed(Route route)
          Determines whether a request to the passed-in Route is allowed.
 

Method Detail

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.

aerogear-controller 1.0.0.M1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.