[java-shib-common COMMIT] in /branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provi...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Nov 5 19:57:11 EST 2012
Author: scantor
Date: Mon Nov 5 19:57:11 2012
New Revision: 1036
URL: http://svn.shibboleth.net/view/java-shib-common?rev=1036&view=rev
Log:
Typos in javadoc.
Modified:
branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/SAML1AttributeAuthority.java
branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/SAML2AttributeAuthority.java
Modified: branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/SAML1AttributeAuthority.java
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/SAML1AttributeAuthority.java?rev=1036&r1=1035&r2=1036&view=diff
==============================================================================
--- branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/SAML1AttributeAuthority.java (original)
+++ branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/SAML1AttributeAuthority.java Mon Nov 5 19:57:11 2012
@@ -41,12 +41,12 @@
AttributeAuthority<SAMLProfileRequestContext<? extends SAMLObject, ? extends ResponseAbstractType, NameIdentifier, ? extends AbstractSAML1ProfileConfiguration>> {
/**
- * Resolves a {@link NameIdentifier} into the internal principal name used Shibboleth.
+ * Resolves a {@link NameIdentifier} into the internal principal name used by Shibboleth.
*
- * @param requestContext The request context within which to retrieve the principal. At a mimium, a
+ * @param requestContext The request context within which to retrieve the principal. At a minimum, a
* {@link NameIdentifier} and relying party ID must be included.
*
- * @return {@link NameIdentifier} into the internal principal name used Shibboleth
+ * @return {@link NameIdentifier} into the internal principal name used by Shibboleth
*
* @throws AttributeRequestException thrown if the principal get not be resolved
*/
@@ -55,9 +55,9 @@
throws AttributeRequestException;
/**
- * Creates a SAML 1 attribute statment from a collection of {@link BaseAttribute}.
+ * Creates a SAML 1 attribute statement from a collection of {@link BaseAttribute}.
*
- * @param query the attribute query the statement is in respone to, may be null
+ * @param query the attribute query the statement is in response to, may be null
* @param attributes the attributes to create the attribute statement form
*
* @return the generated attribute statement
Modified: branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/SAML2AttributeAuthority.java
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/SAML2AttributeAuthority.java?rev=1036&r1=1035&r2=1036&view=diff
==============================================================================
--- branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/SAML2AttributeAuthority.java (original)
+++ branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/SAML2AttributeAuthority.java Mon Nov 5 19:57:11 2012
@@ -41,23 +41,23 @@
AttributeAuthority<SAMLProfileRequestContext<? extends RequestAbstractType, ? extends StatusResponseType, NameID, ? extends AbstractSAML2ProfileConfiguration>> {
/**
- * Resolves a {@link NameID} into the internal principal name used Shibboleth.
+ * Resolves a {@link NameID} into the internal principal name used by Shibboleth.
*
- * @param requestContext The request context within which to retrieve the principal. At a mimium, a {@link NameID}
+ * @param requestContext The request context within which to retrieve the principal. At a minimum, a {@link NameID}
* and relying party ID must be included.
*
- * @return {@link NameID} into the internal principal name used Shibboleth
+ * @return {@link NameID} into the internal principal name used by Shibboleth
*
- * @throws AttributeRequestException thrown if the principal get not be resolved
+ * @throws AttributeRequestException thrown if the principal could not be resolved
*/
public String getPrincipal(
SAMLProfileRequestContext<? extends RequestAbstractType, ? extends StatusResponseType, NameID, ? extends AbstractSAML2ProfileConfiguration> requestContext)
throws AttributeRequestException;
/**
- * Creates a SAML 2 attribute statment from a collection of {@link BaseAttribute}.
+ * Creates a SAML 2 attribute statement from a collection of {@link BaseAttribute}.
*
- * @param query the attribute query the statement is in respone to, may be null
+ * @param query the attribute query the statement is in response to, may be null
[... 4 lines stripped ...]
More information about the commits
mailing list