Uses of Interface
net.officefloor.web.jwt.JwtHttpSecuritySource.ContextRunnable
-
Packages that use JwtHttpSecuritySource.ContextRunnable Package Description net.officefloor.web.jwt -
-
Uses of JwtHttpSecuritySource.ContextRunnable in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type JwtHttpSecuritySource.ContextRunnable Modifier and Type Method Description static <T extends java.lang.Throwable>
voidJwtHttpSecuritySource. runWithKeys(JwtHttpSecuritySource.JwtValidateKeysFactory validateKeysFactory, JwtHttpSecuritySource.ContextRunnable<T> runnable)
Runs theJwtHttpSecuritySource.ContextRunnable
using theJwtHttpSecuritySource.JwtValidateKeysFactory
.
-