Class CmsSystemConfiguration.ApiAuthorizationConfig

java.lang.Object
org.opencms.configuration.CmsSystemConfiguration.ApiAuthorizationConfig
Enclosing class:
CmsSystemConfiguration

Data for creating API authorization handlers.
  • Constructor Details

  • Method Details

    • fillXml

      public void fillXml(org.dom4j.Element element)
      Writes the data back to the given XML element.
      Parameters:
      element - an XML element
    • getClassName

      public String getClassName()
      Gets the API authorization class name.
      Returns:
      the class name
    • getName

      public String getName()
      Gets the identifier for the authorization handler.
      Returns:
      the identifier for the handler
    • getParams

      Gets the parameters for the handler.
      Returns:
      the parameters for the handler
    • setClassName

      public void setClassName(String class1)
      Sets the class name.
      Parameters:
      class1 - the class name
    • setName

      public void setName(String name)
      Sets the name of the handler.
      Parameters:
      name - the handler name
    • setParam

      public void setParam(String key, String value)
      Sets one parameter.
      Parameters:
      key - the parameter name
      value - the parameter value