Uses of Class
org.jivesoftware.openfire.server.RemoteServerConfiguration
Packages that use RemoteServerConfiguration
Package
Description
Classes used for server-to-server communication.
-
Uses of RemoteServerConfiguration in org.jivesoftware.openfire.server
Methods in org.jivesoftware.openfire.server that return RemoteServerConfigurationModifier and TypeMethodDescriptionstatic RemoteServerConfigurationRemoteServerManager.getConfiguration(String domain) Returns the configuration for a remote server ornullif none was found.Methods in org.jivesoftware.openfire.server that return types with arguments of type RemoteServerConfigurationModifier and TypeMethodDescriptionstatic Collection<RemoteServerConfiguration>RemoteServerManager.getAllowedServers()Returns the list of registered remote servers that are allowed to connect to/from this server when using a whitelist policy.static Collection<RemoteServerConfiguration>RemoteServerManager.getBlockedServers()Returns the list of remote servers that are NOT allowed to connect to/from this server.Methods in org.jivesoftware.openfire.server with parameters of type RemoteServerConfigurationModifier and TypeMethodDescriptionstatic voidRemoteServerManager.allowAccess(RemoteServerConfiguration configuration) Allows a remote server to connect to the local server with the specified configuration.