Uses of Class
org.jivesoftware.openfire.Connection.ClientAuth
-
Packages that use Connection.ClientAuth Package Description org.jivesoftware.openfire org.jivesoftware.openfire.spi -
-
Uses of Connection.ClientAuth in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return Connection.ClientAuth Modifier and Type Method Description static Connection.ClientAuth
Connection.ClientAuth. valueOf(String name)
Returns the enum constant of this type with the specified name.static Connection.ClientAuth[]
Connection.ClientAuth. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Connection.ClientAuth in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that return Connection.ClientAuth Modifier and Type Method Description Connection.ClientAuth
ConnectionConfiguration. getClientAuth()
Connection.ClientAuth
ConnectionListener. getClientAuth()
protected Connection.ClientAuth
ConnectionListener. getDefaultClientAuth()
Methods in org.jivesoftware.openfire.spi with parameters of type Connection.ClientAuth Modifier and Type Method Description void
ConnectionListener. setClientAuth(Connection.ClientAuth clientAuth)
Constructors in org.jivesoftware.openfire.spi with parameters of type Connection.ClientAuth 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)
-