io.quarkus.oidc.OidcRequestContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-oidc Show documentation
Show all versions of quarkus-oidc Show documentation
Secure your applications with OpenID Connect Adapter and IDP such as Keycloak
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