Uses of Class
org.oa4mp.server.loader.oauth2.claims.AbstractAccessTokenHandler
-
Packages that use AbstractAccessTokenHandler Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims -
-
Uses of AbstractAccessTokenHandler in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens
Subclasses of AbstractAccessTokenHandler in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens Modifier and Type Class Description class
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 -
Uses of AbstractAccessTokenHandler in edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims
Methods in edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims that return AbstractAccessTokenHandler Modifier and Type Method Description AbstractAccessTokenHandler
AccessTokenInitializer. getAtHandler()
-