Uses of Interface
org.oa4mp.delegation.server.jwt.PayloadHandler
-
Packages that use PayloadHandler Package Description org.oa4mp.delegation.server.jwt org.oa4mp.server.loader.oauth2.claims org.oa4mp.server.loader.oauth2.tokens -
-
Uses of PayloadHandler in org.oa4mp.delegation.server.jwt
Subinterfaces of PayloadHandler in org.oa4mp.delegation.server.jwt Modifier and Type Interface Description interface
AccessTokenHandlerInterface
Created by Jeff Gaynor
on 7/24/20 at 7:28 AMinterface
RefreshTokenHandlerInterface
Created by Jeff Gaynor
on 8/5/20 at 9:09 AMMethods in org.oa4mp.delegation.server.jwt with parameters of type PayloadHandler Modifier and Type Method Description void
HandlerRunner. addHandler(PayloadHandler handler)
-
Uses of PayloadHandler in org.oa4mp.server.loader.oauth2.claims
Classes in org.oa4mp.server.loader.oauth2.claims that implement PayloadHandler Modifier and Type Class Description class
AbstractAccessTokenHandler
Only create an access token handler if you need some special handling, otherwise the default simple token will be used.class
AbstractPayloadHandler
Created by Jeff Gaynor
on 4/21/20 at 5:00 PMclass
IDTokenHandler
Created by Jeff Gaynor
on 2/16/20 at 6:51 AMclass
ServerQDLScriptHandler
This is a handler for all scripts that the user may set in the configuration. -
Uses of PayloadHandler in org.oa4mp.server.loader.oauth2.tokens
Classes in org.oa4mp.server.loader.oauth2.tokens that implement PayloadHandler Modifier and Type Class Description class
BasicRefreshTokenHandler
Created by Jeff Gaynor
on 8/5/20 at 9:18 AMclass
DefaultAccessTokenHandler
For an opaque token.class
RFC9068ATHandler
Handler for access tokens as per RFC 9068.class
ScitokenHandler
Created by Jeff Gaynor
on 4/21/20 at 4:55 PMclass
WLCGTokenHandler
Created by Jeff Gaynor
on 6/26/20 at 4:57 PM
-