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

org.keycloak.services.resource.AccountResourceProvider Maven / Gradle / Ivy

package org.keycloak.services.resource;

import org.keycloak.provider.Provider;
import org.keycloak.theme.Theme;

import java.io.IOException;

/**
 * 

A {@link AccountResourceProvider} creates JAX-RS resource instances for the Account endpoints, allowing * an implementor to override the behavior of the entire Account console. */ public interface AccountResourceProvider extends Provider { /** Returns a JAX-RS resource instance. */ Object getResource(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy