Class SamlProfileWrapper

java.lang.Object
org.jenkinsci.plugins.saml.OpenSAMLWrapper<org.pac4j.saml.profile.SAML2Profile>
org.jenkinsci.plugins.saml.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 Details

    • SamlProfileWrapper

      public SamlProfileWrapper(SamlPluginConfig samlPluginConfig, org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response)
  • Method Details

    • 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.