Uses of Annotation Interface
org.frankframework.doc.Unsafe
Packages that use Unsafe
Package
Description
-
Uses of Unsafe in org.frankframework.encryption
Methods in org.frankframework.encryption with annotations of type UnsafeModifier and TypeMethodDescriptionvoid
HasTruststore.setAllowSelfSignedCertificates
(boolean allowSelfSignedCertificates) Iftrue
, self signed certificates are acceptedvoid
HasTruststore.setIgnoreCertificateExpiredException
(boolean ignoreCertificateExpiredException) Iftrue
, CertificateExpiredExceptions are ignoredvoid
HasTruststore.setVerifyHostname
(boolean verifyHostname) Iftrue
, the hostname in the certificate will be checked against the actual hostname of the peer -
Uses of Unsafe in org.frankframework.extensions.cmis
Methods in org.frankframework.extensions.cmis with annotations of type UnsafeModifier and TypeMethodDescriptionvoid
CmisSender.setAllowSelfSignedCertificates
(boolean testModeNoCertificatorCheck) void
CmisSender.setIgnoreCertificateExpiredException
(boolean ignoreCertificateExpiredException) void
CmisSender.setVerifyHostname
(boolean verifyHostname) -
Uses of Unsafe in org.frankframework.filesystem.ftp
Methods in org.frankframework.filesystem.ftp with annotations of type UnsafeModifier and TypeMethodDescriptionvoid
FtpSession.setAllowSelfSignedCertificates
(boolean b) (ftps) Iftrue
, self signed certificates are acceptedvoid
FtpSession.setIgnoreCertificateExpiredException
(boolean b) (ftps) Iftrue
, CertificateExpiredExceptions are ignoredvoid
FtpSession.setVerifyHostname
(boolean b) (ftps) Iftrue
, the hostname in the certificate will be checked against the actual hostname of the peer -
Uses of Unsafe in org.frankframework.http
Methods in org.frankframework.http with annotations of type UnsafeModifier and TypeMethodDescriptionvoid
AbstractHttpSession.setAllowSelfSignedCertificates
(boolean allowSelfSignedCertificates) void
AbstractHttpSession.setIgnoreCertificateExpiredException
(boolean b) void
AbstractHttpSession.setVerifyHostname
(boolean b)