public interface SecurityProvider
| Modifier and Type | Method and Description |
|---|---|
void |
isRouteAllowed(Route route)
Determines whether a request to the passed-in
Route is allowed. |
void isRouteAllowed(Route route) throws javax.servlet.ServletException
Route is allowed.route - the Route for which this provider to determine access.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.