All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.oidc.OidcRequestContext Maven / Gradle / Ivy

Go to download

Secure your applications with OpenID Connect Adapter and IDP such as Keycloak

There is a newer version: 3.17.5
Show newest version
package io.quarkus.oidc;

import java.util.function.Supplier;

import io.smallrye.mutiny.Uni;

/**
 * OIDC Context that can be used to run blocking OIDC tasks.
 */
public interface OidcRequestContext {
    Uni runBlocking(Supplier function);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy