| Package | Description |
|---|---|
| org.jivesoftware.openfire.server |
Classes used for server-to-server communication.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoteServerManager.PermissionPolicy |
RemoteServerManager.getPermissionPolicy()
Returns the permission policy being used for new XMPP entities that are trying to
connect to the server.
|
static RemoteServerManager.PermissionPolicy |
RemoteServerManager.PermissionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteServerManager.PermissionPolicy[] |
RemoteServerManager.PermissionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RemoteServerManager.setPermissionPolicy(RemoteServerManager.PermissionPolicy policy)
Sets the permission policy being used for new XMPP entities that are trying to
connect to the server.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.