Package com.sforce.soap.metadata
Class PlatformEncryptionSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.PlatformEncryptionSettings
-
-
Constructor Summary
Constructors Constructor Description PlatformEncryptionSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getCanEncryptManagedPackageFields
public boolean getCanEncryptManagedPackageFields()
-
isCanEncryptManagedPackageFields
public boolean isCanEncryptManagedPackageFields()
-
setCanEncryptManagedPackageFields
public void setCanEncryptManagedPackageFields(boolean canEncryptManagedPackageFields)
-
setCanEncryptManagedPackageFields
protected void setCanEncryptManagedPackageFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableDeterministicEncryption
public boolean getEnableDeterministicEncryption()
-
isEnableDeterministicEncryption
public boolean isEnableDeterministicEncryption()
-
setEnableDeterministicEncryption
public void setEnableDeterministicEncryption(boolean enableDeterministicEncryption)
-
setEnableDeterministicEncryption
protected void setEnableDeterministicEncryption(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableEncryptFieldHistory
public boolean getEnableEncryptFieldHistory()
-
isEnableEncryptFieldHistory
public boolean isEnableEncryptFieldHistory()
-
setEnableEncryptFieldHistory
public void setEnableEncryptFieldHistory(boolean enableEncryptFieldHistory)
-
setEnableEncryptFieldHistory
protected void setEnableEncryptFieldHistory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableEncryptionSearchEnabled
public boolean getEnableEncryptionSearchEnabled()
-
isEnableEncryptionSearchEnabled
public boolean isEnableEncryptionSearchEnabled()
-
setEnableEncryptionSearchEnabled
public void setEnableEncryptionSearchEnabled(boolean enableEncryptionSearchEnabled)
-
setEnableEncryptionSearchEnabled
protected void setEnableEncryptionSearchEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableEventBusEncryption
public boolean getEnableEventBusEncryption()
-
isEnableEventBusEncryption
public boolean isEnableEventBusEncryption()
-
setEnableEventBusEncryption
public void setEnableEventBusEncryption(boolean enableEventBusEncryption)
-
setEnableEventBusEncryption
protected void setEnableEventBusEncryption(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsMEKForEncryptionRequired
public boolean getIsMEKForEncryptionRequired()
-
isIsMEKForEncryptionRequired
public boolean isIsMEKForEncryptionRequired()
-
setIsMEKForEncryptionRequired
public void setIsMEKForEncryptionRequired(boolean isMEKForEncryptionRequired)
-
setIsMEKForEncryptionRequired
protected void setIsMEKForEncryptionRequired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsUseHighAssuranceKeysRequired
public boolean getIsUseHighAssuranceKeysRequired()
-
isIsUseHighAssuranceKeysRequired
public boolean isIsUseHighAssuranceKeysRequired()
-
setIsUseHighAssuranceKeysRequired
public void setIsUseHighAssuranceKeysRequired(boolean isUseHighAssuranceKeysRequired)
-
setIsUseHighAssuranceKeysRequired
protected void setIsUseHighAssuranceKeysRequired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-