Package org.keycloak.services.resource
Interface AccountResourceProvider
- All Superinterfaces:
 Provider
- All Known Implementing Classes:
 AccountConsole
A AccountResourceProvider creates JAX-RS resource instances for the Account endpoints, allowing
 an implementor to override the behavior of the entire Account console.
- 
Method Summary
 
- 
Method Details
- 
getResource
Object getResource()Returns a JAX-RS resource instance. 
 -