io.quarkus.oidc.runtime.OidcTenantConfig$$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.runtime;
public final class OidcTenantConfig$$accessor {
private OidcTenantConfig$$accessor() {}
@SuppressWarnings("unchecked")
public static Object get_connectionDelay(Object __instance) {
return ((OidcTenantConfig)__instance).connectionDelay;
}
@SuppressWarnings("unchecked")
public static void set_connectionDelay(Object __instance, Object connectionDelay) {
((OidcTenantConfig)__instance).connectionDelay = (java.util.Optional)connectionDelay;
}
@SuppressWarnings("unchecked")
public static Object get_authServerUrl(Object __instance) {
return ((OidcTenantConfig)__instance).authServerUrl;
}
@SuppressWarnings("unchecked")
public static void set_authServerUrl(Object __instance, Object authServerUrl) {
((OidcTenantConfig)__instance).authServerUrl = (java.util.Optional)authServerUrl;
}
@SuppressWarnings("unchecked")
public static Object get_introspectionPath(Object __instance) {
return ((OidcTenantConfig)__instance).introspectionPath;
}
@SuppressWarnings("unchecked")
public static void set_introspectionPath(Object __instance, Object introspectionPath) {
((OidcTenantConfig)__instance).introspectionPath = (java.util.Optional)introspectionPath;
}
@SuppressWarnings("unchecked")
public static Object get_jwksPath(Object __instance) {
return ((OidcTenantConfig)__instance).jwksPath;
}
@SuppressWarnings("unchecked")
public static void set_jwksPath(Object __instance, Object jwksPath) {
((OidcTenantConfig)__instance).jwksPath = (java.util.Optional)jwksPath;
}
@SuppressWarnings("unchecked")
public static Object get_publicKey(Object __instance) {
return ((OidcTenantConfig)__instance).publicKey;
}
@SuppressWarnings("unchecked")
public static void set_publicKey(Object __instance, Object publicKey) {
((OidcTenantConfig)__instance).publicKey = (java.util.Optional)publicKey;
}
@SuppressWarnings("unchecked")
public static Object get_clientId(Object __instance) {
return ((OidcTenantConfig)__instance).clientId;
}
@SuppressWarnings("unchecked")
public static void set_clientId(Object __instance, Object clientId) {
((OidcTenantConfig)__instance).clientId = (java.util.Optional)clientId;
}
@SuppressWarnings("unchecked")
public static Object get_roles(Object __instance) {
return ((OidcTenantConfig)__instance).roles;
}
@SuppressWarnings("unchecked")
public static void set_roles(Object __instance, Object roles) {
((OidcTenantConfig)__instance).roles = (io.quarkus.oidc.runtime.OidcTenantConfig.Roles)roles;
}
@SuppressWarnings("unchecked")
public static Object get_token(Object __instance) {
return ((OidcTenantConfig)__instance).token;
}
@SuppressWarnings("unchecked")
public static void set_token(Object __instance, Object token) {
((OidcTenantConfig)__instance).token = (io.quarkus.oidc.runtime.OidcTenantConfig.Token)token;
}
@SuppressWarnings("unchecked")
public static Object get_credentials(Object __instance) {
return ((OidcTenantConfig)__instance).credentials;
}
@SuppressWarnings("unchecked")
public static void set_credentials(Object __instance, Object credentials) {
((OidcTenantConfig)__instance).credentials = (io.quarkus.oidc.runtime.OidcTenantConfig.Credentials)credentials;
}
@SuppressWarnings("unchecked")
public static Object get_authentication(Object __instance) {
return ((OidcTenantConfig)__instance).authentication;
}
@SuppressWarnings("unchecked")
public static void set_authentication(Object __instance, Object authentication) {
((OidcTenantConfig)__instance).authentication = (io.quarkus.oidc.runtime.OidcTenantConfig.Authentication)authentication;
}
public static Object construct() {
return new OidcTenantConfig();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy