8000 Backport changes from #34 by pavelhoral · Pull Request #58 · WrenSecurity/wrenam · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Backport changes from #34 #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions openam-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2013-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,8 +26,8 @@
</parent>

<!-- Component Definition -->
<name>OpenAM Annotations</name>
<description>OpenAM Annotations</description>
<name>Wren:AM - Annotations</name>
<description>Wren:AM Annotations</description>
<artifactId>openam-annotations</artifactId>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions openam-audit/openam-audit-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2014-2016 ForgeRock AS.
* Portions copyright 2022 Wren Security
* Portions copyright 2018-2022 Wren Security
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
Expand All @@ -23,7 +23,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<name>OpenAM Audit Configuration</name>
<name>Wren:AM - Audit Configuration</name>
<artifactId>openam-audit-configuration</artifactId>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions openam-audit/openam-audit-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2014-2016 ForgeRock AS.
* Portions copyright 2022 Wren Security
* Portions copyright 2018-2022 Wren Security
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
Expand All @@ -23,7 +23,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<name>OpenAM Audit Context</name>
<name>Wren:AM - Audit Context</name>
<artifactId>openam-audit-context</artifactId>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions openam-audit/openam-audit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2014-2016 ForgeRock AS.
* Portions copyright 2022 Wren Security
* Portions Copyright 2018-2022 Wren Security
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
Expand All @@ -23,7 +23,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<name>OpenAM Audit Core</name>
<name>Wren:AM - Audit Core</name>
<artifactId>openam-audit-core</artifactId>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions openam-audit/openam-audit-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2015-2016 ForgeRock AS.
* Portions copyright 2022 Wren Security
* Portions Copyright 2018-2022 Wren Security
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
Expand All @@ -23,7 +23,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<name>OpenAM Audit REST</name>
<name>Wren:AM - Audit REST</name>
<artifactId>openam-audit-rest</artifactId>

<properties>
Expand Down
5 changes: 3 additions & 2 deletions openam-audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2014-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
Expand All @@ -22,8 +23,8 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<name>OpenAM Audit</name>
<description>OpenAM Audit Modules</description>
<name>Wren:AM - Audit</name>
<description>Wren:AM Audit Modules</description>
<artifactId>openam-audit</artifactId>
<packaging>pom</packaging>

Expand Down
5 changes: 3 additions & 2 deletions openam-authentication/openam-auth-ad/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,8 +26,8 @@
</parent>

<!-- Component Definition -->
<name>OpenAM AD Authentication Module</name>
<description>OpenAM Authentication AD</description>
<name>Wren:AM - AD Authentication Module</name>
<description>Wren:AM Authentication AD</description>
<artifactId>openam-auth-ad</artifactId>
<packaging>jar</packaging>

Expand Down
5 changes: 3 additions & 2 deletions openam-authentication/openam-auth-adaptive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,8 +26,8 @@
</parent>

<!-- Component Definition -->
<name>OpenAM Adaptive Authentication Module</name>
<description>OpenAM Authentication Adaptive</description>
<name>Wren:AM - Adaptive Authentication Module</name>
<description>Wren:AM Authentication Adaptive</description>
<artifactId>openam-auth-adaptive</artifactId>
<packaging>jar</packaging>

Expand Down
7 changes: 6 additions & 1 deletion openam-authentication/openam-auth-amster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>openam-auth-amster</artifactId>
<name>Wren:AM - Amster Login Module</name>
<description>
Provides a method for the Amster CLI utility to authenticate with Wren:AM.
</description>

<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
Expand All @@ -32,4 +37,4 @@
</dependencies>


</project>
</project>
5 changes: 3 additions & 2 deletions openam-authentication/openam-auth-anonymous/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -26,6 +27,6 @@
<artifactId>openam-auth-anonymous</artifactId>
<packaging>jar</packaging>

<name>OpenAM Anonymous Authentication Module</name>
<description>OpenAM Anonymous Authentication Module</description>
<name>Wren:AM - Anonymous Authentication Module</name>
<description>Wren:AM Anonymous Authentication Module</description>
</project>
6 changes: 3 additions & 3 deletions openam-authentication/openam-auth-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,9 +26,8 @@
</parent>

<!-- Component Definition -->
<name>OpenAM Application Authentication Module</name>
<description>OpenAM Authentication Application
</description>
<name>Wren:AM - Application Authentication Module</name>
<description>Wren:AM Authentication Application</description>
<artifactId>openam-auth-application</artifactId>
<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* $Id: Application.java,v 1.9 2009/07/23 18:54:17 qcheng Exp $
*
* Portions Copyrighted 2011-2016 ForgeRock AS.
* Portions Copyrighted 2011-2017 ForgeRock AS.
*/

package com.sun.identity.authentication.modules.application;
Expand Down
5 changes: 3 additions & 2 deletions openam-authentication/openam-auth-cert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,8 +26,8 @@
</parent>

<!-- Component Definition -->
<name>OpenAM Cert Authentication Module</name>
<description>OpenAM Authentication Cert</description>
<name>Wren:AM - Cert Authentication Module</name>
<description>Wren:AM Authentication Cert</description>
<artifactId>openam-auth-cert</artifactId>
<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* $Id: Cert.java,v 1.14 2009/03/13 20:54:42 beomsuk Exp $
*
* Portions Copyrighted 2013-2016 ForgeRock AS.
* Portions Copyrighted 2013-2017 ForgeRock AS.
* Portions Copyrighted 2022 Wren Security
*/

Expand Down
6 changes: 3 additions & 3 deletions openam-authentication/openam-auth-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2013-2016 ForgeRock AS.
* Portions copyright 2022 Wren Security
* Portions Copyright 2018-2022 Wren Security
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -26,8 +26,8 @@
</parent>

<!-- Component Definition -->
<name>OpenAM Authentication Common Utilities</name>
<description>OpenAM Authentication Common Utilities</description>
<name>Wren:AM - Authentication Common Utilities</name>
<description>Wren:AM Authentication Common Utilities</description>
<artifactId>openam-auth-common</artifactId>
<packaging>jar</packaging>

Expand Down
5 changes: 3 additions & 2 deletions openam-authentication/openam-auth-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,8 +26,8 @@
</parent>

<!-- Component Definition -->
<name>OpenAM Datastore Authentication Module</name>
<description>OpenAM Authentication Datastore
<name>Wren:AM - Datastore Authentication Module</name>
<description>Wren:AM Authentication Datastore
</description>
<artifactId>openam-auth-datastore</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 3 additions & 2 deletions openam-authentication/openam-auth-device-id/pom.xml
F438
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2014-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -23,8 +24,8 @@
<version>14.0.0-SNAPSHOT</version>
</parent>

<name>OpenAM Device Id Authentication Module</name>
<description>OpenAM Authentication Device Id</description>
<name>Wren:AM - Device Id Authentication Module</name>
<description>Wren:AM Authentication Device Id</description>
<artifactId>openam-auth-device-id</artifactId>
<packaging>jar</packaging>

Expand Down
5 changes: 3 additions & 2 deletions openam-authentication/openam-auth-fr-oath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,8 +26,8 @@
</parent>

<!-- Component Definition -->
<name>OpenAM OATH Authenticator</name>
<description>OpenAM Authentication OATH</description>
<name>Wren:AM - OATH Authenticator</name>
<description>Wren:AM Authentication OATH</description>
<artifactId>openam-auth-fr-oath</artifactId>
<packaging>jar</packaging>

Expand Down
5 changes: 3 additions & 2 deletions openam-authentication/openam-auth-hotp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,8 +26,8 @@
</parent>

<!-- Component Definition -->
<name>OpenAM HOTP Authentication Module</name>
<description>OpenAM Authentication HOTP</description>
<name>Wren:AM - HOTP Authentication Module</name>
<description>Wren:AM Authentication HOTP</description>
<artifactId>openam-auth-hotp</artifactId>
<packaging>jar</packaging>

Expand Down
5 changes: 3 additions & 2 deletions openam-authentication/openam-auth-httpbasic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,8 +26,8 @@
</parent>

<!-- Component Definition -->
<name>OpenAM HTTP Basic Authentication Module</name>
<description>OpenAM Authentication HTTP Basic </description>
<name>Wren:AM - HTTP Basic Authentication Module</name>
<description>Wren:AM Authentication HTTP Basic </description>
<artifactId>openam-auth-httpbasic</artifactId>
<packaging>jar</packaging>

Expand Down
5 changes: 3 additions & 2 deletions openam-authentication/openam-auth-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2011-2016 ForgeRock AS.
* Portions Copyright 2018 Wren Security.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -25,8 +26,8 @@
</parent>

<!-- Component Definition -->
<name>OpenAM JDBC Authentication Module</name>
<description>OpenAM Authentication JDBC</description>
<name>Wren:AM - JDBC Authentication Module</name>
<description>Wren:AM Authentication JDBC</description>
<artifactId>openam-auth-jdbc</artifactId>
<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#
#

# Portions Copyrighted 2011 ForgeRock Inc
# Portions Copyrighted 2011-2017 ForgeRock AS.
# Portions Copyrighted 2012 Open Source Solution Technology Corporation

onlinehelp.doc=jdbc.html
Expand Down
Loading
0