public class SamlEncryptionData extends AbstractDescribableImpl<SamlEncryptionData>
Modifier and Type | Class and Description |
---|---|
static class |
SamlEncryptionData.DescriptorImpl |
Constructor and Description |
---|
SamlEncryptionData(String keystorePath,
Secret keystorePassword,
Secret privateKeyPassword,
String privateKeyAlias,
boolean forceSignRedirectBindingAuthnRequest,
boolean wantsAssertionsSigned) |
Modifier and Type | Method and Description |
---|---|
Secret |
getKeystorePassword() |
String |
getKeystorePasswordPlainText() |
String |
getKeystorePath() |
String |
getPrivateKeyAlias() |
Secret |
getPrivateKeyPassword() |
String |
getPrivateKeyPasswordPlainText() |
boolean |
isForceSignRedirectBindingAuthnRequest() |
boolean |
isWantsAssertionsSigned() |
void |
setWantsAssertionsSigned(boolean wantsAssertionsSigned) |
String |
toString() |
getDescriptor
public String getKeystorePath()
@CheckForNull public Secret getKeystorePassword()
@CheckForNull public String getKeystorePasswordPlainText()
@CheckForNull public Secret getPrivateKeyPassword()
@CheckForNull public String getPrivateKeyPasswordPlainText()
public String getPrivateKeyAlias()
public boolean isForceSignRedirectBindingAuthnRequest()
public boolean isWantsAssertionsSigned()
public void setWantsAssertionsSigned(boolean wantsAssertionsSigned)
Copyright © 2016–2021. All rights reserved.