Uses of Class
uk.org.ogsadai.engine.RequestAuthorizationException

Packages that use RequestAuthorizationException
uk.org.ogsadai.engine Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. 
 

Uses of RequestAuthorizationException in uk.org.ogsadai.engine
 

Methods in uk.org.ogsadai.engine that throw RequestAuthorizationException
 void RequestEngine.perform(Request request, RequestContext context, ResponseBuilder builder)
           
 void Engine.perform(Request request, RequestContext context, ResponseBuilder builder)
          Submits a request, in the form of a request object, and initiates its processing by the engine.