Package io.quarkus.oidc.runtime
Class BackChannelLogoutTokenCache
java.lang.Object
io.quarkus.oidc.runtime.BackChannelLogoutTokenCache
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBackChannelLogoutTokenCache(OidcTenantConfig oidcTenantConfig, io.vertx.core.Vertx vertx) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTokenVerification(String token, TokenVerificationResult result) booleancontainsTokenVerification(String token) removeTokenVerification(String token) (package private) voidshutdown(ShutdownEvent event, io.vertx.core.Vertx vertx)
-
Field Details
-
cache
-
-
Constructor Details
-
BackChannelLogoutTokenCache
-
-
Method Details
-
addTokenVerification
-
removeTokenVerification
-
containsTokenVerification
-
shutdown
-