Uses of Enum Class
org.jivesoftware.openfire.server.RemoteServerManager.PermissionPolicy
Packages that use RemoteServerManager.PermissionPolicy
Package
Description
Classes used for server-to-server communication.
-
Uses of RemoteServerManager.PermissionPolicy in org.jivesoftware.openfire.server
Methods in org.jivesoftware.openfire.server that return RemoteServerManager.PermissionPolicyModifier and TypeMethodDescriptionRemoteServerManager.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.static RemoteServerManager.PermissionPolicy[]RemoteServerManager.PermissionPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.server with parameters of type RemoteServerManager.PermissionPolicyModifier and TypeMethodDescriptionstatic voidRemoteServerManager.setPermissionPolicy(RemoteServerManager.PermissionPolicy policy) Sets the permission policy being used for new XMPP entities that are trying to connect to the server.