[java-identity-provider COMMIT] /trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/Browse...

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 24 12:51:54 EDT 2016


Author: scantor
Date: Thu Mar 24 12:51:54 2016
New Revision: 8177

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8177&view=rev
Log:
Fix javadoc link.

Modified:
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java

Modified: trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java?rev=8177&r1=8176&r2=8177&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java	(original)
+++ trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java	Thu Mar 24 12:51:54 2016
@@ -92,7 +92,7 @@
     /** Limits the total number of delegates that may be derived from the initial SAML token. Default value: 1. */
     @NonNegative private long maximumTokenDelegationChainLength;
 
-    /** Lookup function to supply {@link #defaultAuthenticationMethods} property. */
+    /** Lookup function to supply {@link #defaultAuthenticationContexts} property. */
     @Nullable private Function<ProfileRequestContext,Collection<AuthnContextClassRefPrincipal>>
             defaultAuthenticationContextsLookupStrategy;
     



More information about the commits mailing list