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.

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

Дата:

numeric-keyboard

com.konaire.numeric-keyboard : numeric-keyboard

Simple numeric keyboard which can't be hidden.

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

Дата:

pax-keycloak-jaas

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

Maven parent POM for all OPS4J Maven projects.

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

Дата:

Spring Boot Starter - API Statistics

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

A spring boot starter configuration for publishing API statistics.

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

Дата:

RsaApiKeyValidator

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

RSA API Key validator for Mobile Clients

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

Дата:

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)

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

Дата:

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); } } ```

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

Дата:

libkeyhook

com.mclarkdev.tools : libkeyhook

A minimal, Java based, global key press listener.

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

Дата:

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

Дата:

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

Дата:

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

Дата:

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.

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

Дата:

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

Дата:

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

Дата:

Последняя версия: 2.0.0-M0+1-b691cde8

Дата:

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

Дата:

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.

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

Дата:

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)

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

Дата:

proxyee

com.github.monkeywie : proxyee

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

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

Дата:

slackey

com.github.slackey : slackey_2.11

An Akka actor playing a customizable Slack bot with state handling

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

Дата:

Kaval

io.monkeypatch.kaval : kaval-kotest-common

A POJO validation DSL in Kotlin

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

Дата:

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

Дата:

Groovy Duration Extensions

com.github.tddmonkey : rx-sqs

Groovy extensions for converting Numbers to a Duration

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

Дата:

KeyMG API

org.keymg : keymg-api

KeyMG API contains the api to use on the model

Последняя версия: 1.0.CR1

Дата:

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

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

Дата:

keycloak-micronaut-adapter

uk.co.foonkiemonkey : keycloak-micronaut-adapter

Create API middleware to check Authorization headers against Keycloak

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

Дата:

Keycloak Licenses Processor Maven Plugin

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

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

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

Дата:

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.

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

Дата:

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

Дата:

HandVisionSDK

io.github.pickey-tech : HandVisionSDK

Pickey Hand Vision Android SDK

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

Дата:

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

Дата:

Последняя версия: 2.2.1.Final

Дата:

Последняя версия: 2.0.0-M2+312-1e07fbeb

Дата:

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

Дата:

chaos-monkey-demo-app-naked

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

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

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

Дата:

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.

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

Дата:

u2f-client

com.presseverykey : u2f

library for u2f client implementations

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

Дата:

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)

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

Дата:

Последняя версия: 2.10.0.Final

Дата:

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

Дата:

Microsoft Azure Key Vault SDK Parent

com.microsoft.azure : azure-keyvault-parent

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

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

Дата:

Keypress

org.webjars : Keypress

WebJar for Keypress

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

Дата:

commons

wang.sunkey : commons

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

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

Дата:

spring-data-jpa-businesskey-parent

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

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

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

Дата:

KeyStore-DynamoDB

com.wolfninja.keystore : keystore-dynamodb

DynamoDB implementation of the KeyStore API

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

Дата:

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

Дата:

connective-keycloak-password-entropy

eu.connective : connective-keycloak-password-entropy

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

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

Дата:

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

Дата:

Keycloak

io.fabric8.platform.apps : keycloak-db

Keycloak for use with postgresql

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

Дата: