Last Version

Pre-Authentication Simulation Filter 0.2.0

Servlet Filter useful for simulating Pre-Authentication environment. This allows a developer to spoof request headers or environment variables that would provided by preauth tools like Shibboleth and Siteminder without having those installed locally.

License

License

GroupId

GroupId

com.github.nblair
ArtifactId

ArtifactId

preauth-simulation-filter
Version

Version

0.2.0
Type

Type

jar
Description

Description

Pre-Authentication Simulation Filter
Servlet Filter useful for simulating Pre-Authentication environment. This allows a developer to spoof request headers or environment variables that would provided by preauth tools like Shibboleth and Siteminder without having those installed locally.

Download preauth-simulation-filter 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.nblair/preauth-simulation-filter/ -->
<dependency>
    <groupId>com.github.nblair</groupId>
    <artifactId>preauth-simulation-filter</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nblair/preauth-simulation-filter/
implementation 'com.github.nblair:preauth-simulation-filter:0.2.0'
// https://jarcasting.com/artifacts/com.github.nblair/preauth-simulation-filter/
implementation ("com.github.nblair:preauth-simulation-filter:0.2.0")
'com.github.nblair:preauth-simulation-filter:jar:0.2.0'
<dependency org="com.github.nblair" name="preauth-simulation-filter" rev="0.2.0">
  <artifact name="preauth-simulation-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nblair', module='preauth-simulation-filter', version='0.2.0')
)
libraryDependencies += "com.github.nblair" % "preauth-simulation-filter" % "0.2.0"
[com.github.nblair/preauth-simulation-filter "0.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (3)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
junit : junit jar 4.11
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.