[java-identity-provider] branch master updated: Fix Javadoc.
Scott Cantor
cantor.2 at osu.edu
Fri Jan 3 11:57:32 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=a148e85b57c50c37002791eac0a5df0ff1d41f62
The following commit(s) were added to refs/heads/master by this push:
new a148e85 Fix Javadoc.
a148e85 is described below
commit a148e85b57c50c37002791eac0a5df0ff1d41f62
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 3 11:57:28 2020 -0500
Fix Javadoc.
---
.../saml/saml2/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/saml2/profile/config/BrowserSSOProfileConfiguration.java b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
index 1cc9cf7..fe37c8e 100644
--- a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
+++ b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
@@ -746,7 +746,13 @@ public class BrowserSSOProfileConfiguration extends AbstractSAML2ArtifactAwarePr
postAuthenticationFlowsLookupStrategy = Constraint.isNotNull(strategy, "Lookup strategy cannot be null");
}
- /** {@inheritDoc} */
+ /**
+ * Get the name identifier formats to use.
+ *
+ * @param profileRequestContext profile request context
+ *
+ * @return formats to use
+ */
@Nonnull @NonnullElements @NotLive @Unmodifiable public List<String> getNameIDFormatPrecedence(
@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