[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/logic/Default...
noreply at shibboleth.net
noreply at shibboleth.net
Sat Mar 15 19:30:05 EDT 2014
Author: scantor
Date: Sat Mar 15 19:30:04 2014
New Revision: 5588
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5588&view=rev
Log:
Fix javadoc.
Modified:
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/logic/DefaultNameIdentifierFormatStrategy.java
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/logic/DefaultNameIdentifierFormatStrategy.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/logic/DefaultNameIdentifierFormatStrategy.java?rev=5588&r1=5587&r2=5588&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/logic/DefaultNameIdentifierFormatStrategy.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/logic/DefaultNameIdentifierFormatStrategy.java Sat Mar 15 19:30:04 2014
@@ -37,8 +37,8 @@
import com.google.common.collect.Lists;
/**
- * Function to return a set of candidate NameIdentifier/NameID Format values derived from an entity's
- * SAML metadata.
+ * Function to filter a set of candidate NameIdentifier/NameID Format values derived from an entity's
+ * SAML metadata against configuration preferences.
*/
public class DefaultNameIdentifierFormatStrategy extends MetadataNameIdentifierFormatStrategy {
@@ -52,7 +52,7 @@
/** Constructor. */
public DefaultNameIdentifierFormatStrategy() {
- relyingPartyContextLookupStrategy = new ChildContextLookup<>(RelyingPartyContext.class, false);
+ relyingPartyContextLookupStrategy = new ChildContextLookup<>(RelyingPartyContext.class);
}
/**
More information about the commits
mailing list