[java-identity-provider COMMIT] in /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid: AttributeS...
noreply at shibboleth.net
noreply at shibboleth.net
Sat Mar 1 17:58:46 EST 2014
Author: scantor
Date: Sat Mar 1 17:58:46 2014
New Revision: 5504
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5504&view=rev
Log:
Fix javadoc.
Modified:
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/AttributeSourcedSAML1NameIdentifierGenerator.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/AttributeSourcedSAML2NameIDGenerator.java
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/AttributeSourcedSAML1NameIdentifierGenerator.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/AttributeSourcedSAML1NameIdentifierGenerator.java?rev=5504&r1=5503&r2=5504&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/AttributeSourcedSAML1NameIdentifierGenerator.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/AttributeSourcedSAML1NameIdentifierGenerator.java Sat Mar 1 17:58:46 2014
@@ -108,9 +108,9 @@
}
/**
- * Set the relying parties to match against.
+ * Set the attribute sources to pull from.
*
- * @param ids relying party IDs to match against
+ * @param ids attribute IDs to pull from
*/
public synchronized void setAttributeSourceIds(@Nonnull @NonnullElements final List<String> ids) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/AttributeSourcedSAML2NameIDGenerator.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/AttributeSourcedSAML2NameIDGenerator.java?rev=5504&r1=5503&r2=5504&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/AttributeSourcedSAML2NameIDGenerator.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/AttributeSourcedSAML2NameIDGenerator.java Sat Mar 1 17:58:46 2014
@@ -108,9 +108,9 @@
}
/**
- * Set the relying parties to match against.
+ * Set the attribute sources to pull from.
*
- * @param ids relying party IDs to match against
+ * @param ids attribute IDs to pull from
*/
public synchronized void setAttributeSourceIds(@Nonnull @NonnullElements final List<String> ids) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
More information about the commits
mailing list