public class CsrfProtectionDefinition extends Object
Constructor and Description |
---|
CsrfProtectionDefinition() |
Modifier and Type | Method and Description |
---|---|
Collection<RequestMatcherDefinition> |
getProtectedRequestMatchers()
Returns the collection of request matcher specifications that identify CSRF protected endpoints for this plug-in.
|
void |
setProtectedRequestMatchers(Collection<RequestMatcherDefinition> protectedRequestMatchers)
Sets the list of request matcher specifications that identify CSRF protected endpoints for this plug-in.
|
public Collection<RequestMatcherDefinition> getProtectedRequestMatchers()
public void setProtectedRequestMatchers(Collection<RequestMatcherDefinition> protectedRequestMatchers)
protectedRequestMatchers
- the request matchers.Copyright © 2020 Hitachi Vantara. All rights reserved.