Uses of Interface
org.oa4mp.delegation.server.jwt.PayloadHandler
-
Packages that use PayloadHandler Package Description edu.uiuc.ncsa.oa4mp.delegation.oa2.jwt -
-
Uses of PayloadHandler in edu.uiuc.ncsa.oa4mp.delegation.oa2.jwt
Subinterfaces of PayloadHandler in edu.uiuc.ncsa.oa4mp.delegation.oa2.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 edu.uiuc.ncsa.oa4mp.delegation.oa2.jwt with parameters of type PayloadHandler Modifier and Type Method Description void
JWTRunner. addHandler(PayloadHandler handler)
-