Class ExternalComponentConfiguration
java.lang.Object
org.jivesoftware.openfire.component.ExternalComponentConfiguration
Holds the configuration for external components that want to connect to this server. The
configuration specifies if the external component is allowed to connect to the server as well
as the shared secret between the server and the component. If no secret or configuration was
defined then the default shared secret will be used.
- Author:
- Gaston Dombiak
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionExternalComponentConfiguration(String subdomain, boolean wildcard, ExternalComponentConfiguration.Permission permission, String secret) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
ExternalComponentConfiguration
public ExternalComponentConfiguration(String subdomain, boolean wildcard, ExternalComponentConfiguration.Permission permission, String secret)
-
-
Method Details
-
getSubdomain
-
isWildcard
public boolean isWildcard() -
getPermission
-
getSecret
-