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

io.quarkus.oidc.OidcTenantConfig$Logout$$accessor 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;
public final class OidcTenantConfig$Logout$$accessor {
    private OidcTenantConfig$Logout$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_path(Object __instance) {
        return ((io.quarkus.oidc.OidcTenantConfig.Logout)__instance).path;
    }
    @SuppressWarnings("unchecked")
    public static void set_path(Object __instance, Object path) {
        ((io.quarkus.oidc.OidcTenantConfig.Logout)__instance).path = (java.util.Optional)path;
    }
    @SuppressWarnings("unchecked")
    public static Object get_postLogoutPath(Object __instance) {
        return ((io.quarkus.oidc.OidcTenantConfig.Logout)__instance).postLogoutPath;
    }
    @SuppressWarnings("unchecked")
    public static void set_postLogoutPath(Object __instance, Object postLogoutPath) {
        ((io.quarkus.oidc.OidcTenantConfig.Logout)__instance).postLogoutPath = (java.util.Optional)postLogoutPath;
    }
    public static Object construct() {
        return new io.quarkus.oidc.OidcTenantConfig.Logout();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy