Class InsecureOrderPathsRegistryImpl
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.query.insecure.InsecureOrderPathsRegistryImpl
- All Implemented Interfaces:
InsecureOrderPathsRegistry
@Component
public class InsecureOrderPathsRegistryImpl
extends Object
implements InsecureOrderPathsRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninsecureOrderAllowed(String entityModel, String path) voidsetInsecureOrderPaths(List<InsecureOrderPathContribution> insecureOrderPaths)
-
Constructor Details
-
InsecureOrderPathsRegistryImpl
public InsecureOrderPathsRegistryImpl()
-
-
Method Details
-
setInsecureOrderPaths
@Autowired(required=false) public void setInsecureOrderPaths(List<InsecureOrderPathContribution> insecureOrderPaths) -
insecureOrderAllowed
- Specified by:
insecureOrderAllowedin interfaceInsecureOrderPathsRegistry
-