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.

Лицензия

Лицензия

Группа

Группа

com.github.nblair
Идентификатор

Идентификатор

preauth-simulation-filter
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.

Скачать preauth-simulation-filter

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.0.1

test (3)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 18.0
junit : junit jar 4.11
org.mockito : mockito-core jar 1.9.5

Модули Проекта

Данный проект не имеет модулей.

Build Status

Developer Tools

This is a collection of (questionably?) useful libraries supporting me and my team's software development.

preauth-simulation filter

preauth-simulation-filter includes a Java Servlet Filter that lets a developer spoof Pre-Authentication environments (Shibboleth, SiteMinder) locally without having to install them on their workstation.

Available via Maven Central:

<dependency>
	<groupId>com.github.nblair</groupId>
	<artifactId>preauth-simulation-filter</artifactId>
	<version>0.1.0</version>
</dependency>

spring-profile-conditional-filter

spring-profile-conditional-filter gives you the means to conditionally activate a Java Servlet Filter if and only if one or more Spring Profiles are active.

Available via Maven Central:

<dependency>
	<groupId>com.github.nblair</groupId>
	<artifactId>spring-profile-conditional-filter</artifactId>
	<version>0.1.0</version>
</dependency>

Версии библиотеки

Версия
0.2.0
0.1.0