Uses of Class
org.jivesoftware.openfire.component.ExternalComponentConfiguration
-
Packages that use ExternalComponentConfiguration Package Description org.jivesoftware.openfire.component -
-
Uses of ExternalComponentConfiguration in org.jivesoftware.openfire.component
Methods in org.jivesoftware.openfire.component that return types with arguments of type ExternalComponentConfiguration Modifier and Type Method Description static Collection<ExternalComponentConfiguration>
ExternalComponentManager. getAllowedComponents()
Returns the list of registered external components that are allowed to connect to this server when using a whitelist policy.static Collection<ExternalComponentConfiguration>
ExternalComponentManager. getBlockedComponents()
Returns the list of external components that are NOT allowed to connect to this server.Methods in org.jivesoftware.openfire.component with parameters of type ExternalComponentConfiguration Modifier and Type Method Description static void
ExternalComponentManager. allowAccess(ExternalComponentConfiguration configuration)
Allows an external component to connect to the local server with the specified configuration.void
ExternalComponentManagerListener. componentAllowed(String subdomain, ExternalComponentConfiguration configuration)
Notification indicating that a new component was allowed to connect using a given configuration.
-