Interface WellKnownEndpointManager.Endpoint

Enclosing class:
WellKnownEndpointManager

public static interface WellKnownEndpointManager.Endpoint
Represents a registered well-known endpoint that can be un-registered.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the computed well-known path for this endpoint (e.g. /.well-known/oauth-protected-resource/mcp).
    void
    Unregisters the endpoint.
  • Method Details

    • path

      String path()
      Returns the computed well-known path for this endpoint (e.g. /.well-known/oauth-protected-resource/mcp).
      Returns:
      the computed well-known path for this endpoint (e.g. /.well-known/oauth-protected-resource/mcp)
    • unregister

      void unregister()
      Unregisters the endpoint.