omnisecurity JASPIC Undertow

Extension for Undertow (JBoss WildFly) that activates JASPIC

Лицензия

Лицензия

Категории

Категории

Безопасность Undertow Сеть Networking
Группа

Группа

org.omnifaces
Идентификатор

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

omnifaces-security-jaspic-undertow
Последняя версия

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

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

omnisecurity JASPIC Undertow
Extension for Undertow (JBoss WildFly) that activates JASPIC
Ссылка на сайт

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

http://omnisecurity.omnifaces.org
Организация-разработчик

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

OmniFaces
Система контроля версий

Система контроля версий

https://github.com/omnifaces/omnisecurity-jaspic-undertow

Скачать omnifaces-security-jaspic-undertow

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

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

Зависимости

provided (3)

Идентификатор библиотеки Тип Версия
javax : javaee-api jar 7.0
io.undertow : undertow-servlet jar 1.2.9.Final
org.wildfly : wildfly-undertow jar 9.0.1.Final

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

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

omnisecurity-jaspic-undertow

Extension for Undertow that activates JASPIC

This can be used to activate JASPIC on Undertow (JBoss WildFly) from within an application. To do so compile this project as a jar and put it on the class path of the application in question.

For Maven projects, alternatively the following can be added to pom.xml as well:

<dependency>
    <groupId>org.omnifaces</groupId>
    <artifactId>omnifaces-security-jaspic-undertow</artifactId>
    <version>10.0.0.Final-u1-SNAPSHOT</version>
</dependency>

Furthermore a dependency on an internal undertow package must be declared by creating a META-INF/jboss-deployment-structure.xml file within the application with at least the following content:

<?xml version='1.0' encoding='UTF-8'?>
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
	<deployment>
		<dependencies>
			<module name="org.wildfly.extension.undertow" services="export" export="true" />
		</dependencies>
	</deployment>
</jboss-deployment-structure>

Note this is somewhat of a hack, but needed for JBoss WildFly 9.0.1. WildFly 10.0.0.Final doesn't need this and just has to declare the jaspitest security domain.

The current version (10.0.0.Final-u1-SNAPSHOT) does work for WildFly 10.0.0.Final. Older versions of WildFly need a matching older version of this hack.

org.omnifaces

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

Версия
1.0