j

jofilter

A simple filter to prevent access to certain web-sites (such as beta version of mobile applications) using a simple username-password combination. This filter is easy to use put provides only minimal security. This mechanism is meant to be a very light-weight security mechanism for, for instance, mobile application, to keep the public out while doing development.
Files download
File Operation
jofilter-1.2.3.jar download
jofilter-1.2.3.pom download
jofilter-1.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jolira</groupId>
  <artifactId>jofilter</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.jolira:jofilter:1.2.3'
Gradle Kotlin
implementation("com.jolira:jofilter:1.2.3")
Scala SBT
libraryDependencies += "com.jolira" % "jofilter" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.jolira', module='jofilter', version='1.2.3')
)
Apache Ivy
<dependency org="com.jolira" name="jofilter" rev="1.2.3" />
Leiningen
[com.jolira/jofilter "1.2.3"]
Apache Buildr
'com.jolira:jofilter:jar:1.2.3'