pl.edu.icm.unity.saml.idp.ctx.SAMLAssertionResponseContext Maven / Gradle / Ivy
/*
* Copyright (c) 2007, 2008 ICM Uniwersytet Warszawski All rights reserved.
* See LICENCE file for licencing information.
*
* Created on Aug 21, 2007
* Author: K. Benedyczak
*/
package pl.edu.icm.unity.saml.idp.ctx;
import org.apache.xmlbeans.XmlObject;
import pl.edu.icm.unity.saml.idp.SAMLIdPConfiguration;
import xmlbeans.org.oasis.saml2.protocol.RequestAbstractType;
import xmlbeans.org.oasis.saml2.protocol.ResponseDocument;
/**
* SAML Context for all protocols returning {@link ResponseDocument}
*
* @author K. Benedyczak
*/
public class SAMLAssertionResponseContext
extends SAMLContext
{
public SAMLAssertionResponseContext(T reqDoc, C req, SAMLIdPConfiguration samlConfiguration)
{
super(reqDoc, req, samlConfiguration);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy