Helidon Security Bundle

A single reference bundle that provides dependencies on most common security modules. This bundle does NOT include integrations to Jersey and Web server, you must include those separately.

Лицензия

Лицензия

Категории

Категории

Helidon Контейнер Микросервисы Безопасность
Группа

Группа

io.helidon.security
Идентификатор

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

helidon-security-bundle
Последняя версия

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

0.10.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

Helidon Security Bundle
A single reference bundle that provides dependencies on most common security modules. This bundle does NOT include integrations to Jersey and Web server, you must include those separately.
Ссылка на сайт

Ссылка на сайт

https://helidon.io/helidon-security-bundle
Организация-разработчик

Организация-разработчик

Oracle Corporation

Скачать helidon-security-bundle

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

<!-- https://jarcasting.com/artifacts/io.helidon.security/helidon-security-bundle/ -->
<dependency>
    <groupId>io.helidon.security</groupId>
    <artifactId>helidon-security-bundle</artifactId>
    <version>0.10.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.security/helidon-security-bundle/
implementation 'io.helidon.security:helidon-security-bundle:0.10.6'
// https://jarcasting.com/artifacts/io.helidon.security/helidon-security-bundle/
implementation ("io.helidon.security:helidon-security-bundle:0.10.6")
'io.helidon.security:helidon-security-bundle:jar:0.10.6'
<dependency org="io.helidon.security" name="helidon-security-bundle" rev="0.10.6">
  <artifact name="helidon-security-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.security', module='helidon-security-bundle', version='0.10.6')
)
libraryDependencies += "io.helidon.security" % "helidon-security-bundle" % "0.10.6"
[io.helidon.security/helidon-security-bundle "0.10.6"]

Зависимости

compile (15)

Идентификатор библиотеки Тип Версия
io.helidon.security : helidon-security-integration-annotations jar 0.10.6
io.helidon.security : helidon-security jar 0.10.6
io.helidon.security : helidon-security-tools-config jar 0.10.6
io.helidon.security : helidon-security-provider-google-login jar 0.10.6
io.helidon.security : helidon-security-provider-header-atn jar 0.10.6
io.helidon.security : helidon-security-provider-http-auth jar 0.10.6
io.helidon.security : helidon-security-provider-http-signature jar 0.10.6
io.helidon.security : helidon-security-provider-jwt jar 0.10.6
io.helidon.security : helidon-security-provider-abac jar 0.10.6
io.helidon.security : helidon-security-provider-oidc jar 0.10.6
io.helidon.security : helidon-security-abac-time jar 0.10.6
io.helidon.security : helidon-security-abac-role jar 0.10.6
io.helidon.security : helidon-security-abac-policy-el jar 0.10.6
io.helidon.security : helidon-security-abac-scope jar 0.10.6
io.helidon.security : helidon-security-abac-policy jar 0.10.6

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

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

latest version latest version follow on Twitter

Helidon: Java Libraries for Microservices

Project Helidon is a set of Java Libraries for writing microservices. Helidon supports two programming models:

  • Helidon MP: MicroProfile 3.2
  • Helidon SE: a small, functional style API

In either case your application is just a Java SE program.

License

Helidon is available under Apache License 2.0.

Documentation

Latest documentation and javadocs are available at https://helidon.io/docs/latest.

Get Started

See Getting Started at https://helidon.io.

Downloads / Accessing Binaries

There are no Helidon downloads. Just use our Maven releases (GroupID io.helidon). See Getting Started at https://helidon.io.

Helidon CLI

MacOS:

curl -O https://helidon.io/cli/latest/darwin/helidon
chmod +x ./helidon
sudo mv ./helidon /usr/local/bin/

Linux:

curl -O https://helidon.io/cli/latest/linux/helidon
chmod +x ./helidon
sudo mv ./helidon /usr/local/bin/

See this document for more info.

Build

You need JDK 11+ to build Helidon.

You also need Maven. We recommend 3.5 or newer.

Building the documentation requires the dot utility from Graphviz. This is included in many Linux distributions. For other platforms see https://www.graphviz.org/.

Full build

$ mvn install

Checkstyle

# Cd to the component you want to check
$ mvn validate  -Pcheckstyle

Copyright

# Cd to the component you want to check
$ mvn validate  -Pcopyright

Spotbugs

# Cd to the component you want to check
$ mvn verify  -Pspotbugs

Build Scripts

Build scripts are located in etc/scripts. These are primarily used by our pipeline, but a couple are handy to use on your desktop to verify your changes.

  • copyright.sh: Run a full copyright check
  • checkstyle.sh: Run a full style check

Get Help

Get Involved

Stay Informed

io.helidon.security

Oracle

Open Source at Oracle

Версии библиотеки

Версия
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0