Uses of Interface
org.oa4mp.delegation.common.services.AddressableServer
-
Packages that use AddressableServer 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 AddressableServer in org.oa4mp.delegation.client.server
Subinterfaces of AddressableServer in org.oa4mp.delegation.client.server Modifier and Type Interface Description interface
ResourceOwner
Models the owner of the resource (e.g. -
Uses of AddressableServer in org.oa4mp.delegation.server.client
Classes in org.oa4mp.delegation.server.client that implement AddressableServer 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 AddressableServer in org.oa4mp.delegation.server.issuers
Classes in org.oa4mp.delegation.server.issuers that implement AddressableServer Modifier and Type Class Description class
AbstractIssuer
An issuer creates and issues something (usually tokens and protected assets). -
Uses of AddressableServer in org.oa4mp.delegation.server.server
Classes in org.oa4mp.delegation.server.server that implement AddressableServer 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 class
-