Package org.forgerock.openig.http
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()Returns this endpoint's path.voidunregister()Un-register the endpoint. 
 - 
 
- 
- 
Method Detail
- 
unregister
public void unregister()
Un-register the endpoint. 
- 
getPath
public String getPath()
Returns this endpoint's path.- Returns:
 - this endpoint's path.
 
 
 - 
 
 -