Uses of Enum Class
org.jivesoftware.openfire.Connection.ClientAuth
Packages that use Connection.ClientAuth
-
Uses of Connection.ClientAuth in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return Connection.ClientAuthModifier and TypeMethodDescriptionstatic Connection.ClientAuthReturns the enum constant of this class with the specified name.static Connection.ClientAuth[]Connection.ClientAuth.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Connection.ClientAuth in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that return Connection.ClientAuthModifier and TypeMethodDescriptionConnectionConfiguration.getClientAuth()ConnectionListener.getClientAuth()protected Connection.ClientAuthConnectionListener.getDefaultClientAuth()Methods in org.jivesoftware.openfire.spi with parameters of type Connection.ClientAuthModifier and TypeMethodDescriptionvoidConnectionListener.setClientAuth(Connection.ClientAuth clientAuth) Constructors in org.jivesoftware.openfire.spi with parameters of type Connection.ClientAuthModifierConstructorDescriptionConnectionConfiguration(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, boolean verifyCertificateRevocation, Set<String> encryptionProtocols, Set<String> encryptionCipherSuites, Connection.CompressionPolicy compressionPolicy, boolean strictCertificateValidation)