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) |
Modifier and Type | Method and Description |
---|---|
Secret |
getKeystorePassword() |
String |
getKeystorePasswordPlainText() |
String |
getKeystorePath() |
String |
getPrivateKeyAlias() |
Secret |
getPrivateKeyPassword() |
String |
getPrivateKeyPasswordPlainText() |
boolean |
isForceSignRedirectBindingAuthnRequest() |
String |
toString() |
getDescriptor
public String getKeystorePath()
@CheckForNull public String getKeystorePasswordPlainText()
@CheckForNull public String getPrivateKeyPasswordPlainText()
public String getPrivateKeyAlias()
public boolean isForceSignRedirectBindingAuthnRequest()
Copyright © 2016–2019. All rights reserved.