Package de.mhus.lib.core.json
Class SecurityTransformHelper.RuleRegexAllow
- java.lang.Object
-
- de.mhus.lib.core.json.SecurityTransformHelper.Rule
-
- de.mhus.lib.core.json.SecurityTransformHelper.RuleRegexAllow
-
- Enclosing class:
- SecurityTransformHelper
public static class SecurityTransformHelper.RuleRegexAllow extends SecurityTransformHelper.Rule
-
-
Constructor Summary
Constructors Constructor Description RuleRegexAllow(String allow)
-
-
-
Constructor Detail
-
RuleRegexAllow
public RuleRegexAllow(String allow)
-
-
Method Detail
-
isDenied
public boolean isDenied(String type)
- Specified by:
isDeniedin classSecurityTransformHelper.Rule
-
isAllowed
public boolean isAllowed(String type)
- Specified by:
isAllowedin classSecurityTransformHelper.Rule
-
-