Uses of Class
org.jivesoftware.openfire.server.RemoteServerConfiguration
-
Packages that use RemoteServerConfiguration Package Description org.jivesoftware.openfire.server Classes used for server-to-server communication. -
-
Uses of RemoteServerConfiguration in org.jivesoftware.openfire.server
Methods in org.jivesoftware.openfire.server that return RemoteServerConfiguration Modifier and Type Method Description static 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 RemoteServerConfiguration Modifier and Type Method Description static 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 RemoteServerConfiguration Modifier and Type Method Description static voidRemoteServerManager. allowAccess(RemoteServerConfiguration configuration)Allows a remote server to connect to the local server with the specified configuration.
-