Package org.jenkinsci.plugins.saml
Class SamlValidateIdPMetadata
java.lang.Object
org.jenkinsci.plugins.saml.OpenSAMLWrapper<FormValidation>
org.jenkinsci.plugins.saml.SamlValidateIdPMetadata
validate the IdP metadata, this class is used from the configuration screen to validate the XML in the IdP Metadata textarea.
-
Field Summary
Fields inherited from class org.jenkinsci.plugins.saml.OpenSAMLWrapper
request, response, samlPluginConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FormValidation
process()
process the IdP Metadata and try to parse it, if so, then return that the validation is ok.Methods inherited from class org.jenkinsci.plugins.saml.OpenSAMLWrapper
createSAML2Client, createSessionStore, createWebContext, get
-
Constructor Details
-
SamlValidateIdPMetadata
-
-
Method Details
-
process
process the IdP Metadata and try to parse it, if so, then return that the validation is ok.- Specified by:
process
in classOpenSAMLWrapper<FormValidation>
- Returns:
- ok if the IdP Metadata it right, if not return a validation error.
-