Package com.seclore.fs.helper.core
Class WrapperInputDetails
java.lang.Object
com.seclore.fs.helper.core.WrapperInputDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAny custom data need to be present in wrapped file.The original file name.HTML Custom Metadata to be written within 'sec_html_custom_metadata' tagName of organization.Absolute path of protected file to be Html wrapped.Storage IDbooleanWhether the original file is IRM aware are not.voidsetCustomAttributeData(String pCustomAttributeData) Any custom data need to be present in wrapped file.voidsetDisplayFileName(String pDisplayFileName) The original file name.voidsetHtmlCustomMetadata(String pHtmlCustomMetadata) HTML Custom Metadata to be written within 'sec_html_custom_metadata' tagvoidsetIRMAware(boolean pIRMAware) Whether the original file is IRM aware are not.voidsetOrganizationName(String pOrganizationName) Name of organization.voidsetProtectedFilePath(String pProtectedFilePath) Absolute path of protected file to be Html wrapped.voidsetStorageId(String pStorageId) Storage ID
-
Constructor Details
-
WrapperInputDetails
public WrapperInputDetails() -
WrapperInputDetails
public WrapperInputDetails(String pProtectedFilePath, String pDisplayFileName, String pOrganizationName, String pCustomAttributeData, String pStorageId, boolean pIRMAware, String pHtmlCustomMetadata) - Parameters:
pProtectedFilePath- Absolute path of protected file to be Html wrapped.pDisplayFileName- The original file name. It should be just file name.
This is a logical path and not necessarily exist on disk.
This path is used for display and logging the activity on Policy Server.pOrganizationName- Name of organization. This is readable part of Policy Server ID.pCustomAttributeData- Any custom data need to be present in wrapped file. It will be written in 'sec_x_attrs' tagpStorageId- Storage IDpIRMAware- Whether the original file is IRM aware are not.pHtmlCustomMetadata- HTML Custom Metadata to be written within 'sec_html_custom_metadata' tag
-
-
Method Details
-
getProtectedFilePath
Absolute path of protected file to be Html wrapped. -
setProtectedFilePath
Absolute path of protected file to be Html wrapped. -
getDisplayFileName
The original file name. It should be just file name.
This is a logical path and not necessarily exist on disk.
This path is used for display and logging the activity on Policy Server. -
setDisplayFileName
The original file name. It should be just file name.
This is a logical path and not necessarily exist on disk.
This path is used for display and logging the activity on Policy Server. -
getOrganizationName
Name of organization. This is readable part of Policy Server ID. -
setOrganizationName
Name of organization. This is readable part of Policy Server ID. -
getCustomAttributeData
Any custom data need to be present in wrapped file. It will be written in 'sec_x_attrs' tag -
setCustomAttributeData
Any custom data need to be present in wrapped file. It will be written in 'sec_x_attrs' tag -
getStorageId
Storage ID -
setStorageId
Storage ID -
isIRMAware
public boolean isIRMAware()Whether the original file is IRM aware are not. -
setIRMAware
public void setIRMAware(boolean pIRMAware) Whether the original file is IRM aware are not. -
getHtmlCustomMetadata
HTML Custom Metadata to be written within 'sec_html_custom_metadata' tag -
setHtmlCustomMetadata
HTML Custom Metadata to be written within 'sec_html_custom_metadata' tag
-