Interface ConnInstance
- All Superinterfaces:
Entity
,Serializable
- All Known Implementing Classes:
JPAConnInstance
,Neo4jConnInstance
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(ExternalResource resource) getConf()
List
<? extends ExternalResource> void
setAdminRealm
(Realm adminRealm) void
setBundleName
(String bundleName) void
setConf
(List<ConnConfProperty> conf) void
setConnectorName
(String connectorName) void
setConnRequestTimeout
(Integer timeout) void
setDisplayName
(String displayName) void
setLocation
(String location) void
setPoolConf
(ConnPoolConf poolConf) void
setVersion
(String version)
-
Method Details
-
getAdminRealm
Realm getAdminRealm() -
setAdminRealm
-
setConnectorName
-
getConnectorName
String getConnectorName() -
setDisplayName
-
getDisplayName
String getDisplayName() -
setLocation
-
getLocation
String getLocation() -
setPoolConf
-
getPoolConf
ConnPoolConf getPoolConf() -
setVersion
-
getVersion
String getVersion() -
setBundleName
-
getBundleName
String getBundleName() -
getCapabilities
Set<ConnectorCapability> getCapabilities() -
add
-
getResources
List<? extends ExternalResource> getResources() -
setConf
-
getConf
List<ConnConfProperty> getConf() -
setConnRequestTimeout
-
getConnRequestTimeout
Integer getConnRequestTimeout()
-