git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2658
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
if (supportedNameFormats.contains(nameIdEncoder.getNameFormat())) {
log
.debug(
- "Using attribute {} suppoting name format {} to create the NameIdentifier for principal",
+ "Using attribute {} supporting name format {} to create the NameIdentifier for principal",
attribute.getId(), nameIdEncoder.getNameFormat());
return nameIdEncoder.encode(attribute);
}
if (encoder instanceof SAML2NameIDEncoder) {
nameIdEncoder = (SAML2NameIDEncoder) encoder;
if (supportedNameFormats.contains(nameIdEncoder.getNameFormat())) {
- log.debug("Using attribute {} suppoting NameID format {} to create the NameID.", attribute
+ log.debug("Using attribute {} supporting NameID format {} to create the NameID.", attribute
.getId(), nameIdEncoder.getNameFormat());
return nameIdEncoder.encode(attribute);
}