Formal Verification

midpoint gRPC Integration - Keycloak midPoint gRPC client

jp.openstandia : keycloak-midpoint-grpc-client

MidPoint extension that enables serving gRPC services on midPoint server.

Last Version: 1.4.0

Release Date:

numeric-keyboard

com.konaire.numeric-keyboard : numeric-keyboard

Simple numeric keyboard which can't be hidden.

Last Version: 1.2.0

Release Date:

pax-keycloak-jaas

org.ops4j.pax.keycloak : pax-keycloak-jaas

Maven parent POM for all OPS4J Maven projects.

Last Version: 0.2.0

Release Date:

Spring Boot Starter - API Statistics

com.keyholesoftware : khs-spring-boot-api-statistics-starter

A spring boot starter configuration for publishing API statistics.

Last Version: 1.0.1

Release Date:

RsaApiKeyValidator

io.toxicity : rsa-api-key-validator-iosx64

RSA API Key validator for Mobile Clients

Last Version: 2.0.3

Release Date:

st-euodp-connector

it.uniroma2.art.semanticturkey : st-euodp-connector

Semantic Turkey parent project. It contains the three modules about: core business logic, core services and firefox extension (ui and client in general) of the system. Three additional modules provide an implementation for the ontology manager to be bundled with the tool, an applet for graph visualization of ontologies and concept schemes and a test suite to run tests on a java client framework. An ANT build file allows to package the xpi for Firefox installation (read README2BUILD.TXT file for info)

Last Version: 9.1

Release Date:

geokey

io.github.markrileybot : geokey

# geokey K Dimensional Z-Order curve utils. [![Build Status](https://travis-ci.org/markrileybot/geokey.svg?branch=master)](https://travis-ci.org/markrileybot/geokey) [![Coverage Status](https://coveralls.io/repos/github/markrileybot/geokey/badge.svg?branch=master)](https://coveralls.io/github/markrileybot/geokey?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey) ## Building ./gradlew build ## Gradle dependency See https://search.maven.org/artifact/io.github.markrileybot/geokey/ ## Using ### Use built in keys to make geohashes ```java import org.geokey.GeoKey; // Make a geo hash key String key = new GeoKey().setLatitude(48.669).setLongitude(-4.329).toString(); // "gbsuv7ztqzpts82uzfwq5e1bp" // parse a geo hash key GeoKey gk = new GeoKey("gbsuv7ztqzpts82uzfwq5e1bp"); ``` ### Make a special purpose K-Dimensional key ```java public class GeoTimeKey extends KDKey { private static final KDKeySpec spec = new KDKeySpec.Builder() .addDim(-180, 180, 1) .addDim(-90, 90, 1) .addDim(0, 1L << 62, 1) .setAlphabet(Alphabet.GEO_TIME_HASH) .build(); public GeoTimeKey() { super(spec); } public GeoTimeKey(String s) { super(spec, s); } public GeoTimeKey(byte[] s) { super(spec, s); } public GeoTimeKey setLatitude(double latitude) { set(1, latitude); return this; } public double getLatitude() { return super.get(1); } public GeoTimeKey setLongitude(double longitude) { set(0, longitude); return this; } public double getLongitude() { return super.get(0); } public GeoTimeKey setTime(long time) { set(2, time); return this; } public long getTime() { return (long) get(2); } } ```

Last Version: 0.1.0

Release Date:

libkeyhook

com.mclarkdev.tools : libkeyhook

A minimal, Java based, global key press listener.

Last Version: 1.1

Release Date:

Last Version: 1.0

Release Date:

Last Version: 1.0

Release Date:

labkey-client-api

org.labkey : labkey-client-api

The client-side library for Java developers is a separate JAR from the LabKey Server code base. It can be used by any Java program, including another Java web application.

Last Version: 19.3.7

Release Date:

Last Version: 1.0.10

Release Date:

eosiojavasoftkeysignatureprovider

one.block : eosiojavasoftkeysignatureprovider

Softkey Signature Provider is an example pluggable signature provider for EOSIO SDK for Java. It allows for signing transactions using in-memory SECP256K1 and SECP256R1 keys.

Last Version: 1.0.0

Release Date:

st-lod-cloud-connector

it.uniroma2.art.semanticturkey : st-lod-cloud-connector

Semantic Turkey parent project. It contains the three modules about: core business logic, core services and firefox extension (ui and client in general) of the system. Three additional modules provide an implementation for the ontology manager to be bundled with the tool, an applet for graph visualization of ontologies and concept schemes and a test suite to run tests on a java client framework. An ANT build file allows to package the xpi for Firefox installation (read README2BUILD.TXT file for info)

Last Version: 11.1

Release Date:

proxyee

com.github.monkeywie : proxyee

HTTP proxy server,support HTTPS and websocket.MITM impl,intercept and tamper HTTPS traffic.

Last Version: 1.6.5

Release Date:

slackey

com.github.slackey : slackey_2.11

An Akka actor playing a customizable Slack bot with state handling

Last Version: 0.1.1

Release Date:

Kaval

io.monkeypatch.kaval : kaval-kotest-common

A POJO validation DSL in Kotlin

Last Version: 0.1.0

Release Date:

Groovy Duration Extensions

com.github.tddmonkey : rx-sqs

Groovy extensions for converting Numbers to a Duration

Last Version: 0.0.1

Release Date:

KeyMG API

org.keymg : keymg-api

KeyMG API contains the api to use on the model

Last Version: 1.0.CR1

Release Date:

com.github.agogs:securekey-maven-plugin

com.github.agogs : securekey-maven-plugin

This plugin is used to generate a AES key using sun.security.ssl.SecureKey which is then Base64 encoded during build time and store it in the file system. The "secret" to generate the key is passed as a parameter in the plugin configuration

Last Version: 1.0.2

Release Date:

keycloak-micronaut-adapter

uk.co.foonkiemonkey : keycloak-micronaut-adapter

Create API middleware to check Authorization headers against Keycloak

Last Version: 1.0.3

Release Date:

Keycloak Licenses Processor Maven Plugin

org.keycloak : keycloak-distribution-licenses-maven-plugin

Performs multiple operations on a license xml to produce release-ready files

Last Version: 18.0.2

Release Date:

Redback :: Key Management

org.apache.archiva.redback : redback-keys

Archiva is an application for managing one or more remote repositories, including administration, artifact handling, browsing and searching.

Last Version: 2.6.2

Release Date:

Last Version: 1.1.3

Release Date:

HandVisionSDK

io.github.pickey-tech : HandVisionSDK

Pickey Hand Vision Android SDK

Last Version: 1.0.1

Release Date:

Last Version: 1.0.2

Release Date:

Last Version: 1.1.3

Release Date:

chaos-monkey-demo-app-naked

de.codecentric : chaos-monkey-demo-app-naked

Chaos Monkey for Spring Boot demo app, without metrics and actuator endpoint

Last Version: 2.5.1

Release Date:

OKTA Key Manager Feature

org.wso2.km.ext.okta : okta.key.manager.feature

WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.

Last Version: 3.0.6

Release Date:

u2f-client

com.presseverykey : u2f

library for u2f client implementations

Last Version: 0.1.0

Release Date:

st-rdfs-rendering-engine

it.uniroma2.art.semanticturkey : st-rdfs-rendering-engine

Semantic Turkey parent project. It contains the three modules about: core business logic, core services and firefox extension (ui and client in general) of the system. Three additional modules provide an implementation for the ontology manager to be bundled with the tool, an applet for graph visualization of ontologies and concept schemes and a test suite to run tests on a java client framework. An ANT build file allows to package the xpi for Firefox installation (read README2BUILD.TXT file for info)

Last Version: 11.1

Release Date:

Last Version: 2.10.0.Final

Release Date:

Last Version: 0.6.1

Release Date:

Microsoft Azure Key Vault SDK Parent

com.microsoft.azure : azure-keyvault-parent

This package contains the parent module of Microsoft Azure Key Vault SDK.

Last Version: 1.2.1

Release Date:

Keypress

org.webjars : Keypress

WebJar for Keypress

Last Version: 2.1.5

Release Date:

commons

wang.sunkey : commons

Parent pom providing dependency and plugin management for applications built with Maven

Last Version: 1.0.1

Release Date:

spring-data-jpa-businesskey-parent

org.zalando.spring : spring-data-jpa-businesskey-parent

Parent pom.xml that can be used by STUPS Maven projects

Last Version: 0.9.0

Release Date:

KeyStore-DynamoDB

com.wolfninja.keystore : keystore-dynamodb

DynamoDB implementation of the KeyStore API

Last Version: 0.1.0

Release Date:

Last Version: 2.6.4

Release Date:

connective-keycloak-password-entropy

eu.connective : connective-keycloak-password-entropy

An extension password policy for Keycloak to check the entropy of a password

Last Version: 16.1.0

Release Date:

Last Version: 0.3.0

Release Date:

Keycloak

io.fabric8.platform.apps : keycloak-db

Keycloak for use with postgresql

Last Version: 4.0.204

Release Date: