Uses of Class
org.jivesoftware.openfire.Connection.TLSPolicy
-
Packages that use Connection.TLSPolicy Package Description org.jivesoftware.openfire org.jivesoftware.openfire.spi -
-
Uses of Connection.TLSPolicy in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return Connection.TLSPolicy Modifier and Type Method Description static Connection.TLSPolicy
Connection.TLSPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Connection.TLSPolicy[]
Connection.TLSPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Connection.TLSPolicy in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that return Connection.TLSPolicy Modifier and Type Method Description Connection.TLSPolicy
ConnectionConfiguration. getTlsPolicy()
Connection.TLSPolicy
ConnectionListener. getTLSPolicy()
Returns whether TLS is mandatory, optional, disabled or mandatory immediately for new connections.Methods in org.jivesoftware.openfire.spi with parameters of type Connection.TLSPolicy Modifier and Type Method Description void
ConnectionListener. setTLSPolicy(Connection.TLSPolicy policy)
Sets whether TLS is mandatory, optional, disabled or mandatory immediately for new connections.Constructors in org.jivesoftware.openfire.spi with parameters of type Connection.TLSPolicy Constructor Description ConnectionConfiguration(ConnectionType type, boolean enabled, int maxThreadPoolSize, int maxBufferSize, Connection.ClientAuth clientAuth, InetAddress bindAddress, int port, Connection.TLSPolicy tlsPolicy, CertificateStoreConfiguration identityStoreConfiguration, CertificateStoreConfiguration trustStoreConfiguration, boolean acceptSelfSignedCertificates, boolean verifyCertificateValidity, Set<String> encryptionProtocols, Set<String> encryptionCipherSuites, Connection.CompressionPolicy compressionPolicy, boolean strictCertificateValidation)
-