Wildfire 3.2.4 Javadoc

org.jivesoftware.wildfire.component
Class ExternalComponentConfiguration

java.lang.Object
  extended by org.jivesoftware.wildfire.component.ExternalComponentConfiguration

public class ExternalComponentConfiguration
extends Object

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
static class ExternalComponentConfiguration.Permission
           
 
Constructor Summary
ExternalComponentConfiguration(String subdomain)
           
 
Method Summary
 ExternalComponentConfiguration.Permission getPermission()
           
 String getSecret()
           
 String getSubdomain()
           
 void setPermission(ExternalComponentConfiguration.Permission permission)
           
 void setSecret(String secret)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalComponentConfiguration

public ExternalComponentConfiguration(String subdomain)
Method Detail

getSubdomain

public String getSubdomain()

getPermission

public ExternalComponentConfiguration.Permission getPermission()

setPermission

public void setPermission(ExternalComponentConfiguration.Permission permission)

getSecret

public String getSecret()

setSecret

public void setSecret(String secret)

Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.