Uses of Interface
org.oa4mp.delegation.server.jwt.IDTokenHandlerInterface
-
Packages that use IDTokenHandlerInterface Package Description org.oa4mp.delegation.server.jwt org.oa4mp.server.loader.oauth2.claims org.oa4mp.server.loader.oauth2.tokens -
-
Uses of IDTokenHandlerInterface in org.oa4mp.delegation.server.jwt
Methods in org.oa4mp.delegation.server.jwt that return IDTokenHandlerInterface Modifier and Type Method Description IDTokenHandlerInterface
HandlerRunner. getIdTokenHandlerInterface()
Methods in org.oa4mp.delegation.server.jwt with parameters of type IDTokenHandlerInterface Modifier and Type Method Description void
HandlerRunner. setIdTokenHandlerInterface(IDTokenHandlerInterface idTokenHandlerInterface)
-
Uses of IDTokenHandlerInterface in org.oa4mp.server.loader.oauth2.claims
Classes in org.oa4mp.server.loader.oauth2.claims that implement IDTokenHandlerInterface 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
IDTokenHandler
Created by Jeff Gaynor
on 2/16/20 at 6:51 AM -
Uses of IDTokenHandlerInterface in org.oa4mp.server.loader.oauth2.tokens
Classes in org.oa4mp.server.loader.oauth2.tokens that implement IDTokenHandlerInterface 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
-