Uses of Interface
org.oa4mp.delegation.common.services.DoubleDispatchServer
-
Packages that use DoubleDispatchServer Package Description org.oa4mp.delegation.client.server This package contains classes that represent the server to the client.org.oa4mp.delegation.server.client org.oa4mp.delegation.server.issuers org.oa4mp.delegation.server.server -
-
Uses of DoubleDispatchServer in org.oa4mp.delegation.client.server
Subinterfaces of DoubleDispatchServer in org.oa4mp.delegation.client.server Modifier and Type Interface Description interface
AGServer
Interface for servers tasked with issuing authorization grants.interface
ATServer
For a server that is tasked with creating access tokens.interface
CBServer
Models a server that handles the callback, if there is one.interface
PAServer
A server tasked with processing requests for a protected asset.interface
RTServer
Created by Jeff Gaynor
on 2/24/14 at 11:20 AMinterface
UIServer
Created with IntelliJ IDEA. -
Uses of DoubleDispatchServer in org.oa4mp.delegation.server.client
Classes in org.oa4mp.delegation.server.client that implement DoubleDispatchServer Modifier and Type Class Description class
AGServer2
This class manages the client call to the authorization grant serverclass
ASImpl
Addressable Server implementation to support double dispatch pattern(?)class
ATServer2
This class handles the client call to the access token endpointclass
PAServer2
Handles client call for protected asset (cert?) requestclass
RFC6749_4_4Server
class
RFC7009Server2
For RFC 7009 -- the revocation endpoint.class
RFC7523Server
Created by Jeff Gaynor
on 6/6/23 at 3:11 PMclass
RFC7662Server2
For RFC 7662 -- the introspection endpoint.class
RFC8623Server
Created by Jeff Gaynor
on 7/19/23 at 9:29 AMclass
RTServer2
Created by Jeff Gaynor
on 2/26/14 at 2:18 PMclass
TokenAwareServer
Since the processing of claims is to be supported for refresh tokens as well, the machinery for it should be available generally to access and refresh token servers.class
UIServer2
Handles client UserInfo request to server -
Uses of DoubleDispatchServer in org.oa4mp.delegation.server.issuers
Classes in org.oa4mp.delegation.server.issuers with type parameters of type DoubleDispatchServer Modifier and Type Class Description class
IssuerProvider<T extends DoubleDispatchServer>
Abstract factory for issuers.Subinterfaces of DoubleDispatchServer in org.oa4mp.delegation.server.issuers Modifier and Type Interface Description interface
AGIssuer
Created by Jeff Gaynor
on 6/3/13 at 3:34 PMinterface
ATIssuer
Created by Jeff Gaynor
on 6/3/13 at 3:34 PMinterface
CBIssuer
Created by Jeff Gaynor
on 6/3/13 at 3:35 PMinterface
PAIssuer
Created by Jeff Gaynor
on 6/3/13 at 3:35 PM -
Uses of DoubleDispatchServer in org.oa4mp.delegation.server.server
Classes in org.oa4mp.delegation.server.server that implement DoubleDispatchServer Modifier and Type Class Description class
AGI2
Authorization grant issuer class.class
ATI2
Access token issuer class for OAuth2.class
PAI2
Protected asset (cert) issuer for Oauth 2 class
-