Skip to content

Commit

Permalink
2.1.2 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lindstrom authored May 22, 2024
1 parent e05f4f6 commit cca41fa
Show file tree
Hide file tree
Showing 439 changed files with 2,638 additions and 1,557 deletions.
30 changes: 15 additions & 15 deletions autoconfigure/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -10,7 +10,7 @@
<parent>
<groupId>se.swedenconnect.spring.saml.idp</groupId>
<artifactId>spring-saml-idp-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<name>Sweden Connect :: Spring SAML Identity Provider :: Spring Boot Autoconfigure module</name>
Expand Down Expand Up @@ -49,55 +49,55 @@
</properties>

<dependencies>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<optional>true</optional>
</dependency>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>se.swedenconnect.spring.saml.idp</groupId>
<artifactId>spring-saml-idp</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Optional Redis support -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<optional>true</optional>
</dependency>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.27.2</version>
<optional>true</optional>
</dependency>
</dependency>

</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ public class IdentityProviderConfigurationProperties implements InitializingBean
private Duration ssoDurationLimit;

/**
* Tells whether the IdP supports the <a href="User Message Extension in SAML Authentication
* Requests">https://docs.swedenconnect.se/technical-framework/updates/18_-_User_Message_Extension_in_SAML_Authentication_Requests.html</a>.
* Tells whether the IdP supports the <a
* href="https://docs.swedenconnect.se/technical-framework/updates/18_-_User_Message_Extension_in_SAML_Authentication_Requests.html">User
* Message Extension in SAML Authentication Requests"></a>.
*/
@Getter
@Setter
Expand Down
23 changes: 17 additions & 6 deletions docs/apidoc/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Mon Apr 15 17:42:56 CEST 2024 -->
<title>All Classes and Interfaces (Sweden Connect Spring SAML IdP - 2.1.1)</title>
<!-- Generated by javadoc (17) on Wed May 22 17:08:50 CEST 2024 -->
<title>All Classes and Interfaces (Sweden Connect Spring SAML IdP - 2.1.2)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-04-15">
<meta name="dc.created" content="2024-05-22">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -386,7 +386,9 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
<div class="block">A builder for <a href="se/swedenconnect/spring/saml/idp/settings/MetadataSettings.UIInfoSettings.LogoSettings.html" title="class in se.swedenconnect.spring.saml.idp.settings"><code>MetadataSettings.UIInfoSettings.LogoSettings</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="se/swedenconnect/spring/saml/idp/attributes/nameid/NameIDGenerator.html" title="interface in se.swedenconnect.spring.saml.idp.attributes.nameid">NameIDGenerator</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Interface for a <code>NameID</code> generator.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="se/swedenconnect/spring/saml/idp/attributes/nameid/NameIDGeneratorFactory.html" title="interface in se.swedenconnect.spring.saml.idp.attributes.nameid">NameIDGeneratorFactory</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">A <a href="se/swedenconnect/spring/saml/idp/attributes/nameid/NameIDGenerator.html" title="interface in se.swedenconnect.spring.saml.idp.attributes.nameid"><code>NameIDGenerator</code></a> is assigned each <a href="se/swedenconnect/spring/saml/idp/authnrequest/Saml2AuthnRequestAuthenticationToken.html" title="class in se.swedenconnect.spring.saml.idp.authnrequest"><code>Saml2AuthnRequestAuthenticationToken</code></a> when an <code>AuthnRequest</code>
Expand Down Expand Up @@ -486,7 +488,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="se/swedenconnect/spring/saml/idp/authentication/Saml2AssertionBuilder.html" title="class in se.swedenconnect.spring.saml.idp.authentication">Saml2AssertionBuilder</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">The <code>Saml2AssertionBuilder</code> is responsible of building SAML <code>Assertion</code>s given
<div class="block">The <code>Saml2AssertionBuilder</code> is responsible for building SAML <code>Assertion</code>s given
<a href="se/swedenconnect/spring/saml/idp/authentication/Saml2UserAuthentication.html" title="class in se.swedenconnect.spring.saml.idp.authentication"><code>Saml2UserAuthentication</code></a> objects.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="se/swedenconnect/spring/saml/idp/audit/data/Saml2AuditData.html" title="class in se.swedenconnect.spring.saml.idp.audit.data">Saml2AuditData</a></div>
Expand Down Expand Up @@ -776,9 +778,18 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Interface for an <code>AuthenticationProvider</code> that implements SAML2 Identity Provider user authentication.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="se/swedenconnect/spring/saml/idp/extensions/UserMessageExtension.html" title="class in se.swedenconnect.spring.saml.idp.extensions">UserMessageExtension</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Representation of a <code>UserMessage</code>, see <a href="https://docs.swedenconnect.se/technical-framework/updates/18_-_User_Message_Extension_in_SAML_Authentication_Requests.html">User
Message Extension in SAML Authentication Requests</a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="se/swedenconnect/spring/saml/idp/extensions/UserMessagePreprocessor.html" title="interface in se.swedenconnect.spring.saml.idp.extensions">UserMessagePreprocessor</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">An interface that defines pre-processing of user messages before they are displayed.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="se/swedenconnect/spring/saml/idp/authentication/provider/external/UserRedirectAuthenticationProvider.html" title="interface in se.swedenconnect.spring.saml.idp.authentication.provider.external">UserRedirectAuthenticationProvider</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">If the user authentication is performed outside of the SAML IdP Spring Security flow an
<div class="block">If the user authentication is performed outside the SAML IdP Spring Security flow an
<a href="se/swedenconnect/spring/saml/idp/authentication/provider/external/UserRedirectAuthenticationProvider.html" title="interface in se.swedenconnect.spring.saml.idp.authentication.provider.external"><code>UserRedirectAuthenticationProvider</code></a> should be provided.</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/apidoc/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Mon Apr 15 17:42:56 CEST 2024 -->
<title>All Packages (Sweden Connect Spring SAML IdP - 2.1.1)</title>
<!-- Generated by javadoc (17) on Wed May 22 17:08:50 CEST 2024 -->
<title>All Packages (Sweden Connect Spring SAML IdP - 2.1.2)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-04-15">
<meta name="dc.created" content="2024-05-22">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
19 changes: 16 additions & 3 deletions docs/apidoc/constant-values.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Mon Apr 15 17:42:56 CEST 2024 -->
<title>Constant Field Values (Sweden Connect Spring SAML IdP - 2.1.1)</title>
<!-- Generated by javadoc (17) on Wed May 22 17:08:50 CEST 2024 -->
<title>Constant Field Values (Sweden Connect Spring SAML IdP - 2.1.2)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-04-15">
<meta name="dc.created" content="2024-05-22">
<meta name="description" content="summary of constants">
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -116,6 +116,19 @@ <h2 title="se.swedenconnect">se.swedenconnect.*</h2>
</ul>
<ul class="block-list">
<li>
<div class="caption"><span>se.swedenconnect.spring.saml.idp.extensions.<a href="se/swedenconnect/spring/saml/idp/extensions/UserMessageExtension.html" title="class in se.swedenconnect.spring.saml.idp.extensions">UserMessageExtension</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="se.swedenconnect.spring.saml.idp.extensions.UserMessageExtension.NO_LANG">public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color"><code><a href="se/swedenconnect/spring/saml/idp/extensions/UserMessageExtension.html#NO_LANG">NO_LANG</a></code></div>
<div class="col-last even-row-color"><code>"NO_LANG"</code></div>
</div>
</li>
</ul>
<ul class="block-list">
<li>
<div class="caption"><span>se.swedenconnect.spring.saml.idp.settings.<a href="se/swedenconnect/spring/saml/idp/settings/AssertionSettings.html" title="class in se.swedenconnect.spring.saml.idp.settings">AssertionSettings</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/apidoc/help-doc.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Mon Apr 15 17:42:56 CEST 2024 -->
<title>API Help (Sweden Connect Spring SAML IdP - 2.1.1)</title>
<!-- Generated by javadoc (17) on Wed May 22 17:08:50 CEST 2024 -->
<title>API Help (Sweden Connect Spring SAML IdP - 2.1.2)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-04-15">
<meta name="dc.created" content="2024-05-22">
<meta name="description" content="help">
<meta name="generator" content="javadoc/HelpWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
Loading

0 comments on commit cca41fa

Please sign in to comment.