Uses of Interface
org.oa4mp.delegation.common.services.Server
-
Packages that use Server Package Description org.oa4mp.delegation.client org.oa4mp.delegation.client.request org.oa4mp.delegation.client.server This package contains classes that represent the server to the client.org.oa4mp.delegation.common.services org.oa4mp.delegation.server.client org.oa4mp.delegation.server.issuers org.oa4mp.delegation.server.request org.oa4mp.delegation.server.server -
-
Uses of Server in org.oa4mp.delegation.client
Classes in org.oa4mp.delegation.client that implement Server Modifier and Type Class Description class
DelegationService
THE service API. -
Uses of Server in org.oa4mp.delegation.client.request
Methods in org.oa4mp.delegation.client.request with parameters of type Server Modifier and Type Method Description Response
AGRequest. process(Server server)
Response
ATRequest. process(Server server)
Response
BasicRequest. process(Server server)
Response
CallbackRequest. process(Server server)
Response
DelegatedAssetRequest. process(Server server)
Response
DelegationRequest. process(Server server)
Response
PARequest. process(Server server)
Response
RFC7009Request. process(Server server)
Response
RFC7662Request. process(Server server)
Response
RTRequest. process(Server server)
Response
UIRequest. process(Server server)
-
Uses of Server in org.oa4mp.delegation.client.server
Subinterfaces of Server in org.oa4mp.delegation.client.server Modifier and Type Interface Description interface
ResourceOwner
Models the owner of the resource (e.g. -
Uses of Server in org.oa4mp.delegation.common.services
Subinterfaces of Server in org.oa4mp.delegation.common.services Modifier and Type Interface Description interface
AddressableServer
A server that can be accessed via a URI.Methods in org.oa4mp.delegation.common.services with parameters of type Server Modifier and Type Method Description Response
Request. process(Server server)
Process the request -
Uses of Server in org.oa4mp.delegation.server.client
Classes in org.oa4mp.delegation.server.client that implement Server 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
DS2
Delegation service for OIDCclass
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 Server in org.oa4mp.delegation.server.issuers
Classes in org.oa4mp.delegation.server.issuers that implement Server Modifier and Type Class Description class
AbstractIssuer
An issuer creates and issues something (usually tokens and protected assets). -
Uses of Server in org.oa4mp.delegation.server.request
Methods in org.oa4mp.delegation.server.request with parameters of type Server Modifier and Type Method Description Response
AGRequest. process(Server server)
Response
ATRequest. process(Server server)
Response
CBRequest. process(Server server)
Response
IssuerRequest. process(Server server)
Response
PARequest. process(Server server)
-
Uses of Server in org.oa4mp.delegation.server.server
Classes in org.oa4mp.delegation.server.server that implement Server 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 classclass
RTI2
Refresh Token Issuer for OAuth2.class
UII2
UserInfo issuer for OAuth 2 classMethods in org.oa4mp.delegation.server.server with parameters of type Server Modifier and Type Method Description Response
RTIRequest. process(Server server)
Response
UIIRequest2. process(Server server)
-