[java-identity-provider COMMIT] /trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/nameid/NameIdentifierAttrib...

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 21 11:49:04 EDT 2013


Author: rdw
Date: Mon Oct 21 11:49:03 2013
New Revision: 4885

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4885&view=rev
Log:
Mark as requiring investigation wrt eventual removal of this module which appears to be redundant

Modified:
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/nameid/NameIdentifierAttributeResolver.java

Modified: trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/nameid/NameIdentifierAttributeResolver.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/nameid/NameIdentifierAttributeResolver.java?rev=4885&r1=4884&r2=4885&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/nameid/NameIdentifierAttributeResolver.java (original)
+++ trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/nameid/NameIdentifierAttributeResolver.java Mon Oct 21 11:49:03 2013
@@ -32,7 +32,7 @@
  * 
  * Needs helpers getting supported formats
  */
-//TODO
+//TODO Is this used ?  Or is it a nascent but unimplemented idea from long, long ago?
 public class NameIdentifierAttributeResolver implements
         Resolver<Pair<IdPAttribute, AbstractSamlNameIdentifierEncoder>, CriteriaSet> {
 



More information about the commits mailing list