Uses of Class
org.forgerock.openig.http.EndpointRegistry.Registration
-
Packages that use EndpointRegistry.Registration Package Description org.forgerock.openig.http Integrates with the ForgeRock HTTP Framework. -
-
Uses of EndpointRegistry.Registration in org.forgerock.openig.http
Methods in org.forgerock.openig.http that return EndpointRegistry.Registration Modifier and Type Method Description EndpointRegistry.Registration
EndpointRegistry. register(String name, Handler handler)
Registers a new endpoint under the givenname
.
-