Uses of Class
org.forgerock.openig.http.EndpointRegistry.Registration
-
Uses of EndpointRegistry.Registration in org.forgerock.openig.http
Modifier and TypeMethodDescriptionRegisters a new endpoint under the givenname
.Modifier and TypeMethodDescription<E extends Exception>
Optional<EndpointRegistry.Registration>EndpointRegistry.tryRegister
(String name, Supplier<Handler, E> handler) Registers a new endpoint under the givenname
, but only if the registry is not restricted.