[java-oidc-common] branch main updated: Javadoc fixes
Codeberg
noreply at shibboleth.net
Tue Mar 24 17:29:39 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
https://codeberg.org/Shibboleth/java-oidc-common/commit/fe4bc40e2eecc89cbf77d4654e867d35d09134e9
The following commit(s) were added to refs/heads/main by this push:
new fe4bc40e Javadoc fixes
fe4bc40e is described below
commit fe4bc40e2eecc89cbf77d4654e867d35d09134e9
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Mar 24 17:29:29 2026 +0000
Javadoc fixes
---
.../oidc/profile/config/OIDCSSORelyingPartyConfiguration.java | 5 +++--
.../src/main/java/net/shibboleth/oidc/profile/core/StateToken.java | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCSSORelyingPartyConfiguration.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCSSORelyingPartyConfiguration.java
index afac10a6..d386a62a 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCSSORelyingPartyConfiguration.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCSSORelyingPartyConfiguration.java
@@ -24,6 +24,7 @@ import org.opensaml.profile.context.ProfileRequestContext;
import net.shibboleth.idp.attribute.IdPAttribute;
import net.shibboleth.oidc.profile.oauth2.config.OAuth2ClientAuthenticableClientProfileConfiguration;
import net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenEncryptionProfileConfiguration;
+import net.shibboleth.profile.config.AttributeResolvingProfileConfiguration;
import net.shibboleth.profile.config.OverriddenIssuerProfileConfiguration;
import net.shibboleth.shared.annotation.ConfigurationSetting;
@@ -56,8 +57,8 @@ public interface OIDCSSORelyingPartyConfiguration extends OAuth2TokenEncryptionP
}
/**
- * Get a principal name to feed into attribute resolution if {@link #isResolveAttributes(ProfileRequestContext)}
- * is true.
+ * Get a principal name to feed into attribute resolution if
+ * {@link AttributeResolvingProfileConfiguration#isResolveAttributes(ProfileRequestContext)} is true.
*
* <p>TODO: Default implementation should be removed in 4.0.0</p>
*
diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/StateToken.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/StateToken.java
index 602446fe..e5c00942 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/StateToken.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/StateToken.java
@@ -53,7 +53,8 @@ public class StateToken {
/**
* Get the JSON object form of the state token.
- * @return
+ *
+ * @return the JSON object
*/
@Nullable public JSONObject getJson() {
return json;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list