Uses of Class
org.jivesoftware.openfire.component.ExternalComponentConfiguration
Packages that use ExternalComponentConfiguration
-
Uses of ExternalComponentConfiguration in org.jivesoftware.openfire.component
Methods in org.jivesoftware.openfire.component that return types with arguments of type ExternalComponentConfigurationModifier and TypeMethodDescriptionExternalComponentManager.getAllowedComponents()Returns the list of registered external components that are allowed to connect to this server when using a whitelist policy.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 ExternalComponentConfigurationModifier and TypeMethodDescriptionstatic voidExternalComponentManager.allowAccess(ExternalComponentConfiguration configuration) Allows an external component to connect to the local server with the specified configuration.voidExternalComponentManagerListener.componentAllowed(String subdomain, ExternalComponentConfiguration configuration) Notification indicating that a new component was allowed to connect using a given configuration.