Add Marvin to SAML validator component authorship.
This commit is contained in:
parent
6e261e7251
commit
70ed5fd8bb
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue