[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver...

noreply at shibboleth.net noreply at shibboleth.net
Wed Feb 19 21:09:11 EST 2014


Author: scantor
Date: Wed Feb 19 21:09:11 2014
New Revision: 5406

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5406&view=rev
Log:
Remove entityID term from doc.

Modified:
    trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/context/AttributeResolutionContext.java

Modified: trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/context/AttributeResolutionContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/context/AttributeResolutionContext.java?rev=5406&r1=5405&r2=5406&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/context/AttributeResolutionContext.java (original)
+++ trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/context/AttributeResolutionContext.java Wed Feb 19 21:09:11 2014
@@ -53,10 +53,10 @@
     /** The principal associated with this resolution. */
     @Nullable private String principal;
 
-    /** The local entityID. */
+    /** The attribute source identity. */
     @Nullable private String attributeIssuerID;
 
-    /** The other entityID. */
+    /** The attribute recipient identity. */
     @Nullable private String attributeRecipientID;
 
     /** How was the principal Authenticated? */



More information about the commits mailing list