Package org.forgerock.openig.wellknown
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 TypeMethodDescriptionpath()Returns the computed well-known path for this endpoint (e.g./.well-known/oauth-protected-resource/mcp).voidUnregisters 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.
-