Class 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 Detail

      • SamlRedirectActionWrapper

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

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