Add Marvin to SAML validator component authorship.

This commit is contained in:
Marvin S. Addison 2015-05-04 16:07:47 -04:00
parent 2362d6ac17
commit 2227376122
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ import org.jasig.cas.client.ssl.HttpsURLConnectionFactory;
* context or filter init parameters.
*
* @author Scott Battaglia
* @author Marvin S. Addison
* @version $Revision$ $Date$
* @since 3.1
*/

View File

@ -40,6 +40,7 @@ import javax.xml.namespace.NamespaceContext;
* TicketValidator that can understand validating a SAML artifact. This includes the SOAP request/response.
*
* @author Scott Battaglia
* @author Marvin S. Addison
* @since 3.1
*/
public final class Saml11TicketValidator extends AbstractUrlBasedTicketValidator {