Java org.springframework.security.web.util.matcher RequestHeaderRequestMatcher fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.util.matcher RequestHeaderRequestMatcher fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.util.matcher RequestHeaderRequestMatcher.

The text is from its open source code.

Constructor

RequestHeaderRequestMatcher(String expectedHeaderName)
Creates a new instance that will match if a header by the name of #expectedHeaderName is present.
RequestHeaderRequestMatcher(String expectedHeaderName, String expectedHeaderValue)
Creates a new instance that will match if a header by the name of #expectedHeaderName is present and if the #expectedHeaderValue is non-null the first value is the same.