Class DebugHostnameSettingsResource
java.lang.Object
org.keycloak.quarkus.runtime.services.resources.DebugHostnameSettingsResource
-
Field Details
-
DEFAULT_PATH_SUFFIX
- See Also:
-
PATH_FOR_TEST_CORS_IN_HEADERS
- See Also:
-
-
Constructor Details
-
DebugHostnameSettingsResource
public DebugHostnameSettingsResource()
-
-
Method Details
-
debug
@GET @Path("/{realmName}/hostname-debug") @Produces("text/html") public String debug(@PathParam("realmName") String realmName) throws IOException, FreeMarkerException - Throws:
IOExceptionFreeMarkerException
-
test
@GET @Path("/{realmName}/hostname-debug/test") @Produces("text/plain") public jakarta.ws.rs.core.Response test(@PathParam("realmName") String realmName)
-