Interface RealmResourceProvider

All Superinterfaces:
Provider

public interface RealmResourceProvider extends Provider

A RealmResourceProvider creates JAX-RS sub-resource instances for paths relative to Realm's RESTful API that could not be resolved by the server.

Author:
Pedro Igor
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a JAX-RS resource instance.

    Methods inherited from interface org.keycloak.provider.Provider

    close
  • Method Details

    • getResource

      Object getResource()

      Returns a JAX-RS resource instance.

      Returns:
      a JAX-RS sub-resource instance