Interface Server
-
- All Known Subinterfaces:
AddressableServer
,ResourceOwner
- All Known Implementing Classes:
AbstractIssuer
,AGI2
,AGServer2
,ASImpl
,ATI2
,ATServer2
,DelegationService
,DS2
,PAI2
,PAServer2
,RFC6749_4_4Server
,RFC7009Server2
,RFC7523Server
,RFC7662Server2
,RFC8623Server
,RTI2
,RTServer2
,TokenAwareServer
,UII2
,UIServer2
public interface Server
Top-level model for any server. All servers in this module use double-dispatch to decouple the various types of implementations from the main control flows. Servers get requests which they invoke process on. The Request then invokes process on the server. The server has polymorphic methods for each type of request and the request then is routed to one of those.Created by Jeff Gaynor
on Apr 13, 2011 at 3:33:28 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Response
process(Request request)
-