Class SamlRedirectActionWrapper

java.lang.Object
org.jenkinsci.plugins.saml.OpenSAMLWrapper<org.pac4j.core.exception.http.RedirectionAction>
org.jenkinsci.plugins.saml.SamlRedirectActionWrapper

public class SamlRedirectActionWrapper extends OpenSAMLWrapper<org.pac4j.core.exception.http.RedirectionAction>
Process the current configuration and request to prepare a Redirection to the IdP.
  • Constructor Details

    • SamlRedirectActionWrapper

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

    • process

      protected org.pac4j.core.exception.http.RedirectionAction process() throws IllegalStateException
      Description copied from class: OpenSAMLWrapper
      Process to run using the OpenSaml services.
      Specified by:
      process in class OpenSAMLWrapper<org.pac4j.core.exception.http.RedirectionAction>
      Returns:
      the redirection URL to the IdP.
      Throws:
      IllegalStateException - if something goes wrong.