[java-shib-profile] branch main updated: AttributeConsumingServiceIndex setting should be Integer.
Scott Cantor
cantor.2 at osu.edu
Wed Feb 22 20:08:54 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-profile.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=b0fbc9f005e4f13fa6656ba1b7cf47561b473ff1
The following commit(s) were added to refs/heads/main by this push:
new b0fbc9f AttributeConsumingServiceIndex setting should be Integer.
b0fbc9f is described below
commit b0fbc9f005e4f13fa6656ba1b7cf47561b473ff1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 22 15:08:51 2023 -0500
AttributeConsumingServiceIndex setting should be Integer.
---
.../saml/saml2/profile/config/BrowserSSOProfileConfiguration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-saml-profile-api/src/main/java/net/shibboleth/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java b/shib-saml-profile-api/src/main/java/net/shibboleth/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
index 11c97b2..6b35b7a 100644
--- a/shib-saml-profile-api/src/main/java/net/shibboleth/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
+++ b/shib-saml-profile-api/src/main/java/net/shibboleth/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
@@ -132,7 +132,7 @@ public interface BrowserSSOProfileConfiguration extends SAMLArtifactConsumerProf
*
* @return the AttributeConsumingServiceIndex
*/
- @Nullable String getAttributeIndex(@Nullable final ProfileRequestContext profileRequestContext);
+ @Nullable Integer getAttributeIndex(@Nullable final ProfileRequestContext profileRequestContext);
/**
* Get the list of {@link RequestedAttribute} objects to include in the SAML request (via extension).
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list