Interface ServletPropertySet


  • public interface ServletPropertySet
    Gathers all properties related to Servlet/JSP containers.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PORT
      Port on which the Servlet/JSP container is listening to.
      static String USERS
      Allow defining users and map to roles.
    • Field Detail

      • USERS

        static final String USERS
        Allow defining users and map to roles. The format is name1:pwd1:role11,...,role1N|name2:pwd2:role21,...,role2N|....
        Important: Please only use this as a setter, as the users can also be set using the addUser method.
        See Also:
        LocalConfiguration.getUsers(), Constant Field Values