Class BackChannelLogoutTokenCache

java.lang.Object
io.quarkus.oidc.runtime.BackChannelLogoutTokenCache

public class BackChannelLogoutTokenCache extends Object
  • Field Details

  • Constructor Details

    • BackChannelLogoutTokenCache

      public BackChannelLogoutTokenCache(OidcTenantConfig oidcTenantConfig, io.vertx.core.Vertx vertx)
  • Method Details

    • addTokenVerification

      public void addTokenVerification(String token, TokenVerificationResult result)
    • removeTokenVerification

      public TokenVerificationResult removeTokenVerification(String token)
    • containsTokenVerification

      public boolean containsTokenVerification(String token)
    • shutdown

      void shutdown(io.vertx.core.Vertx vertx)