Package org.forgerock.openig.http
Class EndpointRegistry.Registration
java.lang.Object
org.forgerock.openig.http.EndpointRegistry.Registration
- Enclosing class:
- EndpointRegistry
Handle for un-registering an endpoint.
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
Returns this endpoint's path.void
Un-register the endpoint.
-
Method Details
-
unregister
public void unregister()Un-register the endpoint. -
getPath
Returns this endpoint's path.- Returns:
- this endpoint's path.
-