Class SecurityProperties.Filter
java.lang.Object
org.springframework.boot.security.autoconfigure.SecurityProperties.Filter
- Enclosing class:
SecurityProperties
- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.springframework.boot.web.servlet.DispatcherType> intgetOrder()voidsetDispatcherTypes(Set<org.springframework.boot.web.servlet.DispatcherType> dispatcherTypes) voidsetOrder(int order)
-
Constructor Details
-
Filter
public Filter()
-
-
Method Details
-
getOrder
public int getOrder() -
setOrder
public void setOrder(int order) -
getDispatcherTypes
-
setDispatcherTypes
public void setDispatcherTypes(Set<org.springframework.boot.web.servlet.DispatcherType> dispatcherTypes)
-