[java-identity-provider COMMIT] /trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/xmlobject/KeyAuthoritySuppo...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Sep 11 21:51:42 EDT 2013
Author: putmanb
Date: Wed Sep 11 21:51:42 2013
New Revision: 4766
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4766&view=rev
Log:
Javadoc fixes.
Modified:
trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/xmlobject/KeyAuthoritySupport.java
Modified: trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/xmlobject/KeyAuthoritySupport.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/xmlobject/KeyAuthoritySupport.java?rev=4766&r1=4765&r2=4766&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/xmlobject/KeyAuthoritySupport.java (original)
+++ trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/xmlobject/KeyAuthoritySupport.java Wed Sep 11 21:51:42 2013
@@ -41,15 +41,14 @@
/** Default value for Shibboleth KeyAuthority verify depth. */
public static final int KEY_AUTHORITY_VERIFY_DEPTH_DEFAULT = 1;
- /** Constructor. Private to prevent instantiation. *
- */
+ /** Constructor. Private to prevent instantiation. */
private KeyAuthoritySupport() { }
/**
* Extracts PKIX validation information from the Shibboleth KeyAuthority metadata extension element.
*
- * @param keyAuthority the Shibboleth KeyAuthority element from which to resolve information
- * @return an instance of resolved validation information
+ * @param keyAuthority the Shibboleth KeyAuthority element from which to extract information
+ * @return an instance of extracted PKIX validation information
* @throws SecurityException thrown if the key, certificate, or CRL information is represented in an unsupported
* format
*/
More information about the commits
mailing list