Interface ATServer
-
- All Superinterfaces:
DoubleDispatchServer
- All Known Implementing Classes:
ATServer2
public interface ATServer extends DoubleDispatchServer
For a server that is tasked with creating access tokens. The request must contain a valid grant.Created by Jeff Gaynor
on 6/3/13 at 10:45 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ATResponse
processATRequest(ATRequest atRequest)
-
Methods inherited from interface org.oa4mp.delegation.common.services.DoubleDispatchServer
process
-
-
-
-
Method Detail
-
processATRequest
ATResponse processATRequest(ATRequest atRequest)
-
-