io.quarkus.oidc.OidcTenantConfig$Logout$$accessor 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;
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