Uses of Class
org.oa4mp.server.loader.oauth2.claims.PayloadHandlerConfigImpl
-
Packages that use PayloadHandlerConfigImpl Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims -
-
Uses of PayloadHandlerConfigImpl in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims that return PayloadHandlerConfigImpl Modifier and Type Method Description PayloadHandlerConfigImpl
AbstractPayloadHandler. getPhCfg()
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims with parameters of type PayloadHandlerConfigImpl Constructor Description AbstractAccessTokenHandler(PayloadHandlerConfigImpl payloadHandlerConfig)
AbstractPayloadHandler(PayloadHandlerConfigImpl payloadHandlerConfig)
Create the instance for the authorization phase, while there is anHttpServletRequest
with possible headers that need to be processed.IDTokenHandler(PayloadHandlerConfigImpl payloadHandlerConfig)
-
Uses of PayloadHandlerConfigImpl in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens with parameters of type PayloadHandlerConfigImpl Constructor Description BasicRefreshTokenHandler(PayloadHandlerConfigImpl payloadHandlerConfig)
DefaultAccessTokenHandler(PayloadHandlerConfigImpl payloadHandlerConfig)
RFC9068ATHandler(PayloadHandlerConfigImpl payloadHandlerConfig)
ScitokenHandler(PayloadHandlerConfigImpl payloadHandlerConfig)
WLCGTokenHandler(PayloadHandlerConfigImpl cfg)
-
Uses of PayloadHandlerConfigImpl in edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims
Methods in edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims that return PayloadHandlerConfigImpl Modifier and Type Method Description protected PayloadHandlerConfigImpl
TokenHandlerMethod. getPayloadHandlerConfig()
-