Class SamlProfileWrapper


  • public class SamlProfileWrapper
    extends OpenSAMLWrapper<org.pac4j.saml.profile.SAML2Profile>
    Process to response from the IdP to obtain the SAML2Profile of the user.
    • Constructor Detail

      • SamlProfileWrapper

        public SamlProfileWrapper​(SamlPluginConfig samlPluginConfig,
                                  org.kohsuke.stapler.StaplerRequest request,
                                  org.kohsuke.stapler.StaplerResponse response)
    • Method Detail

      • process

        protected org.pac4j.saml.profile.SAML2Profile process()
        Description copied from class: OpenSAMLWrapper
        Process to run using the OpenSaml services.
        Specified by:
        process in class OpenSAMLWrapper<org.pac4j.saml.profile.SAML2Profile>
        Returns:
        the SAML2Profile of the user returned by the IdP.