[java-identity-provider] branch master updated: Fix javadoc.

Scott Cantor cantor.2 at osu.edu
Fri Jan 3 12:19:12 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=30849890ca321f4172c963816d8df4cb181aba98

The following commit(s) were added to refs/heads/master by this push:
       new  3084989   Fix javadoc.
3084989 is described below

commit 30849890ca321f4172c963816d8df4cb181aba98
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 3 12:19:09 2020 -0500

    Fix javadoc.
---
 .../saml/saml1/profile/config/BrowserSSOProfileConfiguration.java | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml1/profile/config/BrowserSSOProfileConfiguration.java b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml1/profile/config/BrowserSSOProfileConfiguration.java
index 90a32e6..cea614f 100644
--- a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml1/profile/config/BrowserSSOProfileConfiguration.java
+++ b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml1/profile/config/BrowserSSOProfileConfiguration.java
@@ -296,7 +296,13 @@ public class BrowserSSOProfileConfiguration extends AbstractSAML1ArtifactAwarePr
         postAuthenticationFlowsLookupStrategy = Constraint.isNotNull(strategy, "Lookup strategy cannot be null");
     }
 
-    /** {@inheritDoc} */
+    /**
+     * Get the name identifier formats to use.
+     * 
+     * @param profileRequestContext profile request context
+     * 
+     * @return the formats to use
+     */
     @Nonnull @NonnullElements @NotLive @Unmodifiable public List<String> getNameIDFormatPrecedence(
             @Nullable final ProfileRequestContext profileRequestContext) {
         final Collection<String> formats = nameIDFormatPrecedenceLookupStrategy.apply(profileRequestContext);

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


More information about the commits mailing list