Package net.officefloor.web.jwt
Interface JwtHttpSecuritySource.ContextRunnable<T extends java.lang.Throwable>
-
- Enclosing class:
- JwtHttpSecuritySource<C>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface JwtHttpSecuritySource.ContextRunnable<T extends java.lang.Throwable>
Runnable
within the context of theJwtHttpSecuritySource.JwtValidateKeysFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
Logic to run within the context of theJwtHttpSecuritySource.JwtValidateKeysFactory
.
-
-
-
Method Detail
-
run
void run() throws T extends java.lang.Throwable
Logic to run within the context of theJwtHttpSecuritySource.JwtValidateKeysFactory
.- Throws:
T extends java.lang.Throwable
-
-