Class SecurityEndpoints
java.lang.Object
com.almis.awe.autoconfigure.constants.SecurityEndpoints
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.springframework.security.web.util.matcher.RequestMatcher[]
protected final org.springframework.security.web.util.matcher.RequestMatcher[]
protected final org.springframework.security.web.util.matcher.RequestMatcher[]
protected final org.springframework.security.web.util.matcher.RequestMatcher[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fileRequestMatchers
protected final org.springframework.security.web.util.matcher.RequestMatcher[] fileRequestMatchers -
authenticatedRequestMatchers
protected final org.springframework.security.web.util.matcher.RequestMatcher[] authenticatedRequestMatchers -
webResourcesRequestMatchers
protected final org.springframework.security.web.util.matcher.RequestMatcher[] webResourcesRequestMatchers -
publicActionsRequestMatchers
protected final org.springframework.security.web.util.matcher.RequestMatcher[] publicActionsRequestMatchers
-
-
Constructor Details
-
SecurityEndpoints
public SecurityEndpoints()
-