Package org.jenkinsci.plugins.saml
Class SamlEncryptionData
java.lang.Object
hudson.model.AbstractDescribableImpl<SamlEncryptionData>
org.jenkinsci.plugins.saml.SamlEncryptionData
- All Implemented Interfaces:
Describable<SamlEncryptionData>
Simple immutable data class to hold the optional encryption data section
of the plugin's configuration page
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSamlEncryptionData
(String keystorePath, Secret keystorePassword, Secret privateKeyPassword, String privateKeyAlias, boolean forceSignRedirectBindingAuthnRequest, boolean wantsAssertionsSigned) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setWantsAssertionsSigned
(boolean wantsAssertionsSigned) toString()
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
SamlEncryptionData
-
-
Method Details
-
getKeystorePath
-
getKeystorePassword
-
getKeystorePasswordPlainText
-
getPrivateKeyPassword
-
getPrivateKeyPasswordPlainText
-
getPrivateKeyAlias
-
isForceSignRedirectBindingAuthnRequest
public boolean isForceSignRedirectBindingAuthnRequest() -
isWantsAssertionsSigned
public boolean isWantsAssertionsSigned() -
setWantsAssertionsSigned
public void setWantsAssertionsSigned(boolean wantsAssertionsSigned) -
toString
-