Class ProtectedRoute

java.lang.Object
dev.galasa.framework.api.common.BaseRoute
dev.galasa.framework.api.common.ProtectedRoute
All Implemented Interfaces:
IRoute

public abstract class ProtectedRoute extends BaseRoute
This is an abstract class that represents a route protected under a JWT challenge and RBAC. Requests to protected routes will always contain an 'Authorization' header with a bearer token.