Package org.jenkinsci.plugins.saml
Class SamlProfileWrapper
java.lang.Object
org.jenkinsci.plugins.saml.OpenSAMLWrapper<org.pac4j.saml.profile.SAML2Profile>
org.jenkinsci.plugins.saml.SamlProfileWrapper
Process to response from the IdP to obtain the SAML2Profile of the user.
-
Field Summary
Fields inherited from class org.jenkinsci.plugins.saml.OpenSAMLWrapper
request, response, samlPluginConfig
-
Constructor Summary
ConstructorsConstructorDescriptionSamlProfileWrapper
(SamlPluginConfig samlPluginConfig, org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.pac4j.saml.profile.SAML2Profile
process()
Process to run using the OpenSaml services.Methods inherited from class org.jenkinsci.plugins.saml.OpenSAMLWrapper
createSAML2Client, createSessionStore, createWebContext, get
-
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 classOpenSAMLWrapper<org.pac4j.saml.profile.SAML2Profile>
- Returns:
- the SAML2Profile of the user returned by the IdP.
-