Uses of Class
org.jivesoftware.util.ModificationNotAllowedException
Packages that use ModificationNotAllowedException
- 
Uses of ModificationNotAllowedException in org.jivesoftware.openfire.component
Methods in org.jivesoftware.openfire.component that throw ModificationNotAllowedExceptionModifier and TypeMethodDescriptionstatic voidExternalComponentManager.allowAccess(ExternalComponentConfiguration configuration) Allows an external component to connect to the local server with the specified configuration.static voidExternalComponentManager.blockAccess(String subdomain) Blocks an external component from connecting to the local server.voidExternalComponentManagerListener.componentAllowed(String subdomain, ExternalComponentConfiguration configuration) Notification indicating that a new component was allowed to connect using a given configuration.voidExternalComponentManagerListener.componentBlocked(String subdomain) Notification indicating that a component was blocked to connect to the server.voidExternalComponentManagerListener.componentConfigurationDeleted(String subdomain) Notification indicating that the configuration of a component, that was either blocked or allowed to connect, is being deleted.voidExternalComponentManagerListener.componentSecretUpdated(String subdomain, String newSecret) Notification indicating that the configuration of a component, that was either blocked or allowed to connect, is being deleted.voidExternalComponentManagerListener.defaultSecretChanged(String newSecret) Notification indicating that the default secret is being modified.static voidExternalComponentManager.deleteConfiguration(String subdomain) Removes any existing defined permission and configuration for the specified external component.voidExternalComponentManagerListener.permissionPolicyChanged(ExternalComponentManager.PermissionPolicy newPolicy) Notification indicating that the permission policy is being modified.voidExternalComponentManagerListener.portChanged(int newPort) Notification indicating that the port used by external components is being modified.voidExternalComponentManagerListener.serviceEnabled(boolean enabled) Notification indicating whether the service is being enabled or disabled.static voidExternalComponentManager.setDefaultSecret(String defaultSecret) Sets the default secret key to use for those external components that don't have an individual configuration.static voidExternalComponentManager.setPermissionPolicy(String policy) Sets the permission policy being used for new XMPP entities that are trying to connect to the server.static voidExternalComponentManager.setPermissionPolicy(ExternalComponentManager.PermissionPolicy policy) Sets the permission policy being used for new XMPP entities that are trying to connect to the server.static voidExternalComponentManager.updateComponentSecret(String subdomain, String secret)