Uses of Enum Class
org.jivesoftware.openfire.component.ExternalComponentManager.PermissionPolicy
Packages that use ExternalComponentManager.PermissionPolicy
-
Uses of ExternalComponentManager.PermissionPolicy in org.jivesoftware.openfire.component
Methods in org.jivesoftware.openfire.component that return ExternalComponentManager.PermissionPolicyModifier and TypeMethodDescriptionExternalComponentManager.getPermissionPolicy()Returns the permission policy being used for new XMPP entities that are trying to connect to the server.Returns the enum constant of this class with the specified name.ExternalComponentManager.PermissionPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.component with parameters of type ExternalComponentManager.PermissionPolicyModifier and TypeMethodDescriptionvoidExternalComponentManagerListener.permissionPolicyChanged(ExternalComponentManager.PermissionPolicy newPolicy) Notification indicating that the permission policy is being modified.static voidExternalComponentManager.setPermissionPolicy(ExternalComponentManager.PermissionPolicy policy) Sets the permission policy being used for new XMPP entities that are trying to connect to the server.