Uses of Class
org.jivesoftware.openfire.component.ExternalComponentManager.PermissionPolicy
-
Packages that use ExternalComponentManager.PermissionPolicy Package Description org.jivesoftware.openfire.component -
-
Uses of ExternalComponentManager.PermissionPolicy in org.jivesoftware.openfire.component
Methods in org.jivesoftware.openfire.component that return ExternalComponentManager.PermissionPolicy Modifier and Type Method Description static ExternalComponentManager.PermissionPolicyExternalComponentManager. getPermissionPolicy()Returns the permission policy being used for new XMPP entities that are trying to connect to the server.static ExternalComponentManager.PermissionPolicyExternalComponentManager.PermissionPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalComponentManager.PermissionPolicy[]ExternalComponentManager.PermissionPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.component with parameters of type ExternalComponentManager.PermissionPolicy Modifier and Type Method Description voidExternalComponentManagerListener. 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.
-