[java-oidfed-common] 02/02: Remove duplicate profile configuration settings

Codeberg noreply at shibboleth.net
Mon Aug 31 08:09:37 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-oidfed-common.

View the commit online:
https://codeberg.org/Shibboleth/java-oidfed-common/commit/a1a823624666ee68a95aaf18832d3d98d93cf9e9

commit a1a823624666ee68a95aaf18832d3d98d93cf9e9
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Aug 31 11:05:07 2026 +0300

    Remove duplicate profile configuration settings
    
    Already provided by the parent class OIDFederationEntityStatementProducingProfileConfiguration
---
 ...ionEntityConfigurationProfileConfiguration.java | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/oidfed-common-api/src/main/java/net/shibboleth/oidfed/profile/config/OIDFederationEntityConfigurationProfileConfiguration.java b/oidfed-common-api/src/main/java/net/shibboleth/oidfed/profile/config/OIDFederationEntityConfigurationProfileConfiguration.java
index 00bbae1..b331502 100644
--- a/oidfed-common-api/src/main/java/net/shibboleth/oidfed/profile/config/OIDFederationEntityConfigurationProfileConfiguration.java
+++ b/oidfed-common-api/src/main/java/net/shibboleth/oidfed/profile/config/OIDFederationEntityConfigurationProfileConfiguration.java
@@ -14,10 +14,7 @@
 
 package net.shibboleth.oidfed.profile.config;
 
-import java.time.Duration;
 import java.util.List;
-import java.util.Map;
-import java.util.function.Function;
 
 import javax.annotation.Nonnull;
 import javax.annotation.Nullable;
@@ -28,7 +25,6 @@ import net.shibboleth.profile.config.OverriddenIssuerProfileConfiguration;
 import net.shibboleth.shared.annotation.ConfigurationSetting;
 import net.shibboleth.shared.annotation.constraint.NonnullElements;
 import net.shibboleth.shared.annotation.constraint.NotLive;
-import net.shibboleth.shared.annotation.constraint.Positive;
 import net.shibboleth.shared.annotation.constraint.Unmodifiable;
 
 /** 
@@ -55,28 +51,4 @@ public interface OIDFederationEntityConfigurationProfileConfiguration extends Ov
     @Nonnull @NonnullElements @NotLive @Unmodifiable List<String> getAuthorityHints(
             @Nullable final ProfileRequestContext profileRequestContext);
 
-    /**
-     * Get entity statement lifetime.
-     * 
-     * <p>Defaults to 24 hours.</p>
-     * 
-     * @param profileRequestContext profile request context
-     * 
-     * @return entity statement lifetime
-     */
-    @ConfigurationSetting(name="entityStatementLifetime")
-    @Positive @Nonnull Duration getEntityStatementLifetime(@Nullable final ProfileRequestContext profileRequestContext);
-
-    /**
-     * Get the lookup strategies for optional claims to be included to the entity configuration.
-     * 
-     * @param profileRequestContext profile request context
-     * 
-     * @return optional claims to be included to the entity configuration
-     */
-    @ConfigurationSetting(name="optionalClaimsLookupStrategies")
-    @Nonnull @NonnullElements @NotLive @Unmodifiable
-    Map<String,Function<ProfileRequestContext,Object>> getOptionalClaimsLookupStrategies(
-            @Nullable final ProfileRequestContext profileRequestContext);
-    
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list