Class HttpSettingsRoutes


  • public final class HttpSettingsRoutes
    extends Object
    The configuration settings of the paths HTTP requests.
    • Constructor Detail

      • HttpSettingsRoutes

        public HttpSettingsRoutes()
    • Method Detail

      • apiPrefix

        public String apiPrefix()
        Get the apiPrefix property: The prefix that should precede all the authentication/authorization paths.
        Returns:
        the apiPrefix value.
      • withApiPrefix

        public HttpSettingsRoutes withApiPrefix​(String apiPrefix)
        Set the apiPrefix property: The prefix that should precede all the authentication/authorization paths.
        Parameters:
        apiPrefix - the apiPrefix value to set.
        Returns:
        the HttpSettingsRoutes object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.