MotechSecurityConfiguration

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

public MotechSecurityConfiguration()

MotechSecurityConfiguration

public MotechSecurityConfiguration(List<MotechURLSecurityRule> securityRules)

Methods

getSecurityRules

public List<MotechURLSecurityRule> getSecurityRules()

setSecurityRules

public void setSecurityRules(List<MotechURLSecurityRule> securityRules)