.. java:import:: java.util List SecurityConfigDto ================= .. java:package:: org.motechproject.security.model :noindex: .. java:type:: public class SecurityConfigDto Used to transfer security configuration to and from a web request and UI Methods ------- getSecurityRules ^^^^^^^^^^^^^^^^ .. java:method:: public List getSecurityRules() :outertype: SecurityConfigDto setSecurityRules ^^^^^^^^^^^^^^^^ .. java:method:: public void setSecurityRules(List securityRules) :outertype: SecurityConfigDto