Interface AGServer
-
- All Superinterfaces:
DoubleDispatchServer
- All Known Implementing Classes:
AGServer2
public interface AGServer extends DoubleDispatchServer
Interface for servers tasked with issuing authorization grants.Created by Jeff Gaynor
on 6/3/13 at 10:44 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AGResponse
processAGRequest(AGRequest acRequest)
-
Methods inherited from interface org.oa4mp.delegation.common.services.DoubleDispatchServer
process
-
-
-
-
Method Detail
-
processAGRequest
AGResponse processAGRequest(AGRequest acRequest)
-
-