Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.15 KB

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>