Package com.aquima.web.boot.security
Class WebServiceRequestMatcherBuilder
- java.lang.Object
-
- com.aquima.web.boot.security.WebServiceRequestMatcherBuilder
-
@Component public class WebServiceRequestMatcherBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description WebServiceRequestMatcherBuilder​(com.blueriq.component.api.shortcut.IShortcutManager shortcutManager, com.blueriq.component.api.shortcut.function.IFunctionShortcutManager functionShortcutManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.springframework.security.web.util.matcher.RequestMatcher>
getDTreeMatchers()
List<org.springframework.security.web.util.matcher.RequestMatcher>
getRestWebserviceMatchers()
List<org.springframework.security.web.util.matcher.RequestMatcher>
getSoapWebserviceMatchers()
List<org.springframework.security.web.util.matcher.RequestMatcher>
getWebFunctionsMatchers()
-
-
-
Method Detail
-
getSoapWebserviceMatchers
public List<org.springframework.security.web.util.matcher.RequestMatcher> getSoapWebserviceMatchers()
-
getRestWebserviceMatchers
public List<org.springframework.security.web.util.matcher.RequestMatcher> getRestWebserviceMatchers()
-
getDTreeMatchers
public List<org.springframework.security.web.util.matcher.RequestMatcher> getDTreeMatchers()
-
getWebFunctionsMatchers
public List<org.springframework.security.web.util.matcher.RequestMatcher> getWebFunctionsMatchers()
-
-