public class AeroGearSecurityProvider extends Object implements org.jboss.aerogear.controller.spi.SecurityProvider
| Modifier and Type | Field and Description |
|---|---|
private AeroGearCredential |
credential |
| Constructor and Description |
|---|
AeroGearSecurityProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
isRouteAllowed(org.jboss.aerogear.controller.router.Route route)
Route validation support on AeroGear Controller
|
@Inject private AeroGearCredential credential
public void isRouteAllowed(org.jboss.aerogear.controller.router.Route route)
throws javax.servlet.ServletException
isRouteAllowed in interface org.jboss.aerogear.controller.spi.SecurityProviderroute - the Route for which this provider to determine access.javax.servlet.ServletExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.