public static class SecurityProperties.Filter
extends java.lang.Object
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<org.springframework.boot.web.servlet.DispatcherType> |
getDispatcherTypes() |
int |
getOrder() |
void |
setDispatcherTypes(java.util.Set<org.springframework.boot.web.servlet.DispatcherType> dispatcherTypes) |
void |
setOrder(int order) |
public int getOrder()
public void setOrder(int order)
public java.util.Set<org.springframework.boot.web.servlet.DispatcherType> getDispatcherTypes()
public void setDispatcherTypes(java.util.Set<org.springframework.boot.web.servlet.DispatcherType> dispatcherTypes)