All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pac4j.saml.context.SAMLContextProvider Maven / Gradle / Ivy

package org.pac4j.saml.context;

import org.pac4j.core.context.WebContext;
import org.pac4j.core.context.session.SessionStore;
import org.pac4j.saml.client.SAML2Client;

/**
 * Builds the saml context for SP and the IDP.
 * @author Misagh Moayyed
 * @since 1.7
 */
public interface SAMLContextProvider {
    SAML2MessageContext buildServiceProviderContext(SAML2Client client, WebContext webContext, SessionStore sessionStore);

    SAML2MessageContext buildContext(SAML2Client client, WebContext webContext, SessionStore sessionStore);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy