.. java:import:: java.util ArrayList .. java:import:: java.util List MotechSecurityConfiguration =========================== .. java:package:: org.motechproject.security.domain :noindex: .. java:type:: public class MotechSecurityConfiguration The MotechSecurityConfiguration is a single document that contains all of the URL security rule configuration. The configuration was designed as one document because the entire filter chain must be reconstructed each time it is updated, therefore managing many references is unnecessary. Constructors ------------ MotechSecurityConfiguration ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MotechSecurityConfiguration() :outertype: MotechSecurityConfiguration MotechSecurityConfiguration ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MotechSecurityConfiguration(List securityRules) :outertype: MotechSecurityConfiguration Methods ------- getSecurityRules ^^^^^^^^^^^^^^^^ .. java:method:: public List getSecurityRules() :outertype: MotechSecurityConfiguration setSecurityRules ^^^^^^^^^^^^^^^^ .. java:method:: public void setSecurityRules(List securityRules) :outertype: MotechSecurityConfiguration