[java-identity-provider] branch master updated: Move function for consistency with package content.
Scott Cantor
cantor.2 at osu.edu
Mon Jan 27 10:31:23 EST 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a3febf671cbab3a771849aad36ba0b9282de63b6
The following commit(s) were added to refs/heads/master by this push:
new a3febf6 Move function for consistency with package content.
a3febf6 is described below
commit a3febf671cbab3a771849aad36ba0b9282de63b6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 27 10:31:20 2020 -0500
Move function for consistency with package content.
---
idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml | 2 +-
.../config/{logic => navigate}/MaximumTimeSinceAuthnLookupFunction.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml b/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml
index 89615ff..dcd94b9 100644
--- a/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml
@@ -330,7 +330,7 @@
<bean class="net.shibboleth.idp.saml.saml2.profile.config.logic.CheckAddressPredicate" />
</property>
<property name="maximumTimeSinceAuthn">
- <bean class="net.shibboleth.idp.saml.saml2.profile.config.logic.MaximumTimeSinceAuthnLookupFunction" />
+ <bean class="net.shibboleth.idp.saml.saml2.profile.config.navigate.MaximumTimeSinceAuthnLookupFunction" />
</property>
<property name="signatureRequired">
<bean parent="shibboleth.Conditions.NOT">
diff --git a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/logic/MaximumTimeSinceAuthnLookupFunction.java b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/navigate/MaximumTimeSinceAuthnLookupFunction.java
similarity index 97%
rename from idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/logic/MaximumTimeSinceAuthnLookupFunction.java
rename to idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/navigate/MaximumTimeSinceAuthnLookupFunction.java
index 6de2aa8..f206791 100644
--- a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/logic/MaximumTimeSinceAuthnLookupFunction.java
+++ b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/navigate/MaximumTimeSinceAuthnLookupFunction.java
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-package net.shibboleth.idp.saml.saml2.profile.config.logic;
+package net.shibboleth.idp.saml.saml2.profile.config.navigate;
import java.time.Duration;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list