public abstract class ConfluenceConfiguration extends ExternalSystemConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
ConfluenceConfiguration.Factory
Constructs new instances of
ConfluenceConfiguration
. |
Constructor and Description |
---|
ConfluenceConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
abstract ConfluenceConfiguration |
deepCopy()
creates a detached deep copy of the entity
|
boolean |
equals(Object object)
This entity does not have any identifiers but since it extends the
com.communote.server.persistence.config.ExternalSystemConfigurationImpl class it
will simply delegate the call up there. |
String |
getAdminLogin()
Login of the admin account
|
String |
getAdminPassword()
Password of the admin account
|
String |
getAuthenticationApiUrl()
The complete url to the confluence auhentication api
|
String |
getBasePath()
Path to Confluence installation.
|
String |
getImageApiUrl()
The image api url to the confluence image api
|
String |
getPermissionsUrl()
Url to the permissions service.
|
String |
getServiceUrl()
Url to the SOAP service.
|
int |
hashCode()
This entity does not have any identifiers but since it extends the
com.communote.server.persistence.config.ExternalSystemConfigurationImpl class it
will simply delegate the call up there. |
void |
setAdminLogin(String adminLogin) |
void |
setAdminPassword(String adminPassword) |
void |
setAuthenticationApiUrl(String authenticationApiUrl) |
void |
setBasePath(String basePath) |
void |
setImageApiUrl(String imageApiUrl) |
void |
setPermissionsUrl(String permissionsUrl) |
void |
setServiceUrl(String serviceUrl) |
getConfigurationUrl, getId, getSystemId, isAllowExternalAuthentication, isPrimaryAuthentication, isSynchronizeUserGroups, setAllowExternalAuthentication, setId, setPrimaryAuthentication, setSynchronizeUserGroups, setSystemId
public String attributesToString()
attributesToString
in class ExternalSystemConfiguration
public abstract ConfluenceConfiguration deepCopy()
creates a detached deep copy of the entity
public boolean equals(Object object)
com.communote.server.persistence.config.ExternalSystemConfigurationImpl
class it
will simply delegate the call up there.equals
in class ExternalSystemConfiguration
ExternalSystemConfiguration.equals(Object)
public String getAdminLogin()
Login of the admin account
public String getAdminPassword()
Password of the admin account
public String getAuthenticationApiUrl()
The complete url to the confluence auhentication api
public String getBasePath()
Path to Confluence installation.
public String getImageApiUrl()
The image api url to the confluence image api
getImageApiUrl
in interface ExternalImageApiUrlProvider
getImageApiUrl
in class ExternalSystemConfiguration
public String getPermissionsUrl()
Url to the permissions service.
public String getServiceUrl()
Url to the SOAP service.
public int hashCode()
com.communote.server.persistence.config.ExternalSystemConfigurationImpl
class it
will simply delegate the call up there.hashCode
in class ExternalSystemConfiguration
ExternalSystemConfiguration.hashCode()
public void setAdminLogin(String adminLogin)
public void setAdminPassword(String adminPassword)
public void setAuthenticationApiUrl(String authenticationApiUrl)
public void setBasePath(String basePath)
public void setImageApiUrl(String imageApiUrl)
public void setPermissionsUrl(String permissionsUrl)
public void setServiceUrl(String serviceUrl)
Copyright © 2019 Communote team. All rights reserved.