Class EndpointRegistry.Registration

java.lang.Object
org.forgerock.openig.http.EndpointRegistry.Registration
Enclosing class:
EndpointRegistry

public static class EndpointRegistry.Registration extends Object
Handle for un-registering an endpoint.
  • Method Details

    • unregister

      public void unregister()
      Un-register the endpoint.
    • getPath

      public String getPath()
      Returns this endpoint's path.
      Returns:
      this endpoint's path.