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 TypeMethodDescriptionvoidHasTruststore.setAllowSelfSignedCertificates(boolean allowSelfSignedCertificates) Iftrue, self signed certificates are acceptedvoidHasTruststore.setIgnoreCertificateExpiredException(boolean ignoreCertificateExpiredException) Iftrue, CertificateExpiredExceptions are ignoredvoidHasTruststore.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 TypeMethodDescriptionvoidCmisSender.setAllowSelfSignedCertificates(boolean testModeNoCertificatorCheck) voidCmisSender.setIgnoreCertificateExpiredException(boolean ignoreCertificateExpiredException) voidCmisSender.setVerifyHostname(boolean verifyHostname) -
Uses of Unsafe in org.frankframework.filesystem.ftp
Methods in org.frankframework.filesystem.ftp with annotations of type UnsafeModifier and TypeMethodDescriptionvoidFtpSession.setAllowSelfSignedCertificates(boolean b) (ftps) Iftrue, self signed certificates are acceptedvoidFtpSession.setIgnoreCertificateExpiredException(boolean b) (ftps) Iftrue, CertificateExpiredExceptions are ignoredvoidFtpSession.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 TypeMethodDescriptionvoidAbstractHttpSession.setAllowSelfSignedCertificates(boolean allowSelfSignedCertificates) voidAbstractHttpSession.setIgnoreCertificateExpiredException(boolean b) voidAbstractHttpSession.setVerifyHostname(boolean b)