Package com.sforce.soap.metadata
Class EncryptionKeySettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.EncryptionKeySettings
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetCanEncryptTransactionalDatabase(boolean canEncryptTransactionalDatabase) protected voidsetCanEncryptTransactionalDatabase(XmlInputStream __in, TypeMapper __typeMapper) voidsetCanExternalKeyManagement(boolean canExternalKeyManagement) protected voidsetCanExternalKeyManagement(XmlInputStream __in, TypeMapper __typeMapper) voidsetCanManageDataCloudKeys(boolean canManageDataCloudKeys) protected voidsetCanManageDataCloudKeys(XmlInputStream __in, TypeMapper __typeMapper) voidsetCanOptOutOfDerivationWithBYOK(boolean canOptOutOfDerivationWithBYOK) protected voidsetCanOptOutOfDerivationWithBYOK(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableCacheOnlyKeys(boolean enableCacheOnlyKeys) protected voidsetEnableCacheOnlyKeys(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableReplayDetection(boolean enableReplayDetection) protected voidsetEnableReplayDetection(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
EncryptionKeySettings
public EncryptionKeySettings()Constructor
-
-
Method Details
-
getCanEncryptTransactionalDatabase
public boolean getCanEncryptTransactionalDatabase() -
isCanEncryptTransactionalDatabase
public boolean isCanEncryptTransactionalDatabase() -
setCanEncryptTransactionalDatabase
public void setCanEncryptTransactionalDatabase(boolean canEncryptTransactionalDatabase) -
setCanEncryptTransactionalDatabase
protected void setCanEncryptTransactionalDatabase(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCanExternalKeyManagement
public boolean getCanExternalKeyManagement() -
isCanExternalKeyManagement
public boolean isCanExternalKeyManagement() -
setCanExternalKeyManagement
public void setCanExternalKeyManagement(boolean canExternalKeyManagement) -
setCanExternalKeyManagement
protected void setCanExternalKeyManagement(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCanManageDataCloudKeys
public boolean getCanManageDataCloudKeys() -
isCanManageDataCloudKeys
public boolean isCanManageDataCloudKeys() -
setCanManageDataCloudKeys
public void setCanManageDataCloudKeys(boolean canManageDataCloudKeys) -
setCanManageDataCloudKeys
protected void setCanManageDataCloudKeys(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCanOptOutOfDerivationWithBYOK
public boolean getCanOptOutOfDerivationWithBYOK() -
isCanOptOutOfDerivationWithBYOK
public boolean isCanOptOutOfDerivationWithBYOK() -
setCanOptOutOfDerivationWithBYOK
public void setCanOptOutOfDerivationWithBYOK(boolean canOptOutOfDerivationWithBYOK) -
setCanOptOutOfDerivationWithBYOK
protected void setCanOptOutOfDerivationWithBYOK(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableCacheOnlyKeys
public boolean getEnableCacheOnlyKeys() -
isEnableCacheOnlyKeys
public boolean isEnableCacheOnlyKeys() -
setEnableCacheOnlyKeys
public void setEnableCacheOnlyKeys(boolean enableCacheOnlyKeys) -
setEnableCacheOnlyKeys
protected void setEnableCacheOnlyKeys(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableReplayDetection
public boolean getEnableReplayDetection() -
isEnableReplayDetection
public boolean isEnableReplayDetection() -
setEnableReplayDetection
public void setEnableReplayDetection(boolean enableReplayDetection) -
setEnableReplayDetection
protected void setEnableReplayDetection(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
- 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
-
toString
-