[java-opensaml COMMIT] /trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/AddNameIdentifier...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 31 16:18:04 EST 2014
Author: tzeller
Date: Fri Jan 31 16:18:04 2014
New Revision: 3590
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3590&view=rev
Log:
Javadoc typo.
Modified:
trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/AddNameIdentifierToSubjects.java
Modified: trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/AddNameIdentifierToSubjects.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/AddNameIdentifierToSubjects.java?rev=3590&r1=3589&r2=3590&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/AddNameIdentifierToSubjects.java (original)
+++ trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/AddNameIdentifierToSubjects.java Fri Jan 31 16:18:04 2014
@@ -64,7 +64,7 @@
* strategy, by default the message returned by {@link ProfileRequestContext#getOutboundMessageContext()}.
*
* <p>No assertions or statements will be created by this action, but if no {@link Subject} exists in
- * the statements found, it will be cretaed.</p>
+ * the statements found, it will be created.</p>
*
* <p>The source of the {@link NameIdentifier} is one of a set of candidate {@link SAML1NameIdentifierGenerator}
* plugins injected into the action. The plugin(s) to attempt to use are derived from the Format value,
@@ -216,6 +216,7 @@
if (formats == null || formats.isEmpty()) {
log.debug("{} No candidate NameIdentifier formats, an arbitrary format will be chosen", getLogPrefix());
formats = Lists.newArrayList(nameIdGeneratorMap.keySet());
+ log.debug("{} Candidate NameIdentifier formats x : {}", getLogPrefix(), formats);
} else {
log.debug("{} Candidate NameIdentifier formats: {}", getLogPrefix(), formats);
}
More information about the commits
mailing list