Spring Profile Conditional Filter

A subclass of DelegatingFilterProxy that is activated only when the specified Spring Profile is activated.

Лицензия

Лицензия

Группа

Группа

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

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

spring-profile-conditional-filter
Последняя версия

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

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring Profile Conditional Filter
A subclass of DelegatingFilterProxy that is activated only when the specified Spring Profile is activated.

Скачать spring-profile-conditional-filter

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

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

Зависимости

compile (2)

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

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.mockito : mockito-core jar 1.9.5
org.springframework : spring-test jar 3.2.9.RELEASE

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

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

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