Uses of Interface
org.oa4mp.delegation.server.jwt.AccessTokenHandlerInterface
-
Packages that use AccessTokenHandlerInterface Package Description org.oa4mp.delegation.server.jwt org.oa4mp.server.loader.oauth2.claims org.oa4mp.server.loader.oauth2.tokens -
-
Uses of AccessTokenHandlerInterface in org.oa4mp.delegation.server.jwt
Methods in org.oa4mp.delegation.server.jwt that return AccessTokenHandlerInterface Modifier and Type Method Description AccessTokenHandlerInterface
HandlerRunner. getAccessTokenHandler()
Methods in org.oa4mp.delegation.server.jwt with parameters of type AccessTokenHandlerInterface Modifier and Type Method Description void
HandlerRunner. setAccessTokenHandler(AccessTokenHandlerInterface accessTokenHandler)
-
Uses of AccessTokenHandlerInterface in org.oa4mp.server.loader.oauth2.claims
Classes in org.oa4mp.server.loader.oauth2.claims that implement AccessTokenHandlerInterface 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. -
Uses of AccessTokenHandlerInterface in org.oa4mp.server.loader.oauth2.tokens
Classes in org.oa4mp.server.loader.oauth2.tokens that implement AccessTokenHandlerInterface 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
-