Package org.jenkinsci.plugins.saml
Class SamlSPMetadataWrapper
java.lang.Object
org.jenkinsci.plugins.saml.OpenSAMLWrapper<org.kohsuke.stapler.HttpResponse>
org.jenkinsci.plugins.saml.SamlSPMetadataWrapper
build the Service Provider(SP) metadata from the configuration.
-
Field Summary
Fields inherited from class org.jenkinsci.plugins.saml.OpenSAMLWrapper
request, response, samlPluginConfig
-
Constructor Summary
ConstructorsConstructorDescriptionSamlSPMetadataWrapper
(SamlPluginConfig samlPluginConfig, org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.kohsuke.stapler.HttpResponse
process()
Process to run using the OpenSaml services.Methods inherited from class org.jenkinsci.plugins.saml.OpenSAMLWrapper
createSAML2Client, createSessionStore, createWebContext, get
-
Constructor Details
-
SamlSPMetadataWrapper
public SamlSPMetadataWrapper(SamlPluginConfig samlPluginConfig, org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response)
-
-
Method Details
-
process
Description copied from class:OpenSAMLWrapper
Process to run using the OpenSaml services.- Specified by:
process
in classOpenSAMLWrapper<org.kohsuke.stapler.HttpResponse>
- Returns:
- the metadata of the SP.
- Throws:
IllegalStateException
- if something goes wrong.
-