RequestBinding.java
467 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* javax.servlet.http.HttpServletResponse
*/
package com.adobe.granite.auth.saml.binding;
import com.adobe.granite.auth.saml.binding.MessageContext;
import java.io.IOException;
import java.security.Key;
import javax.servlet.http.HttpServletResponse;
public interface RequestBinding {
public void send(MessageContext var1, HttpServletResponse var2, Key var3) throws IOException;
}