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 RemoteServerConfiguration
RemoteServerManager. getConfiguration(String domain)
Returns the configuration for a remote server ornull
if 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 void
RemoteServerManager. allowAccess(RemoteServerConfiguration configuration)
Allows a remote server to connect to the local server with the specified configuration.
-