Uses of Class
com.seclore.fs.ws.client.pscp.PSConnection
Packages that use PSConnection
-
Uses of PSConnection in com.seclore.fs.helper.library
Methods in com.seclore.fs.helper.library that return PSConnectionModifier and TypeMethodDescriptionFSHelper.createPSConnection()This method returns an authenticated user connection for the Policy Server which is passed as XML inFSHelperLibrary.initializeHelper(String, String, String, CryptoHandler).FSHelper.getPSConnection()This method returns an authenticated user connection for the Policy Server which is passed as XML inFSHelperLibrary.initializeHelper(String, String, String, CryptoHandler).Methods in com.seclore.fs.helper.library with parameters of type PSConnectionModifier and TypeMethodDescriptionFSHelper.getSmailBodyBuffer(PSConnection pPSConnection, String pOutputFolderPath) This method returnsIMailBodyfor seclore protected mail.FSHelper.protectAndGetSMail(PSConnection pPSConnection, ProtectionType pProtectionType, String pProtectionXML, String pProtectorDetails, String pActivityComments, IMailInput pMailInput) Protect the email body passed in pMailInput.FSHelper.protectAndWrap(PSConnection pPSConnection, String pFilePath, String pDisplayFilePath, ProtectionType pProtectionType, String pProtectXML, String pProtectorDetails, String pActivityComments) This method protects the given unprotected input file using protection details and wraps (convert) it into HTML file and returns object of ProtectedFile This wrapped HTML file will replace the file at pFilePath and name of the HTML file will be same as filename followed by ".html" suffix.FSHelper.protectMailBody(PSConnection pPSConnection, ProtectionType pProtectionType, String pProtectionXML, String pProtectorDetails, String pActivityComments, IMailInput pMailInput) Protect the email body passed in pMailInput.FSHelper.protectX(PSConnection pPSConnection, String pFilePath, String pDisplayFilePath, ProtectionType pProtectionType, String pProtectXML, String pProtectorDetails, String pActivityComments) This method protects the input file with specific protection details.voidFSHelper.releasePSConnection(PSConnection pPSConnection) This method releases the authenticated PSConnection which has been passed as input parameter.FSHelper.sendRequest(PSConnection pPSConnection, int pRequestType, String pRequestXML) This method will send a request to the Seclore Policy Server.FSHelper.unprotectMailBody(PSConnection pPSConnection, IProtectedMailInput pProtectedMailInput, String pActivityComments) This method unprotects a protected mail file.voidFSHelper.unprotectX(PSConnection pPSConnection, String pFilePath, String pDisplayFilePath, String pActivityComments) This method unprotects a file.FSHelper.unwrapAndUnprotect(PSConnection pPSConnection, String pstrFilePath, String pstrDisplayFilePath, String pstrActivityComments) This method is used to unwrap and unprotect the seclore protected seclore supported and basic files.FSHelper.wrap(PSConnection pPSConnection, WrapperInputDetails pWrapperInputDetails) This method wrap (convert) protected file into HTML file and return absolute file location of wrapped file.FSHelper.wrap(PSConnection pPSConnection, String pProtectedFilePath, String pDisplayFileName) This method wrap (convert) protected file into HTML file and return absolute file location of wrapped file.FSHelper.wrap(PSConnection pPSConnection, String pProtectedFilePath, String pDisplayFileName, String pcustomAttributeData) This method wrap (convert) protected file into HTML file and return absolute file location of wrapped file. -
Uses of PSConnection in com.seclore.fs.ws.client.pscp
Methods in com.seclore.fs.ws.client.pscp that return PSConnectionModifier and TypeMethodDescriptionstatic PSConnectionPSConnection.getInstance(String pPoolId, boolean pIsPooledConnection, com.seclore.fs.ws.client.pscp.Config pConfig, String pURL, com.seclore.fs.ws.client.pscp.CryptoHandler pCryptoHandler) This method returns the instance of PSConnection.
In the process of returning the connection,it will first try with the given url.
If connection fails with the given url,it will enumerate all the configured urls in the server details implementation and tries to get connection with each of them.
finally it returns the successful connection with url or null if connection is not successful with any configured url.