|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIoConfigurator
| Method Summary | |
|---|---|
void |
authenticateAsDefaultAdmin()
Creates the UsernamePasswordAuthenticationToken for the default admin. |
org.springframework.security.authentication.UsernamePasswordAuthenticationToken |
getAuthenticationToken()
|
CdmApplicationController |
getCdmAppController()
Returns the CdmApplicationController |
DbSchemaValidation |
getDbSchemaValidation()
Get the way how the CDM schema is validated |
String |
getDestinationNameString()
A String representation of the destination may it be an import destination and therefore a CDM (e.g. |
Set<IIoObserver> |
getObservers()
Returns the observers for this import/export |
IProgressMonitor |
getProgressMonitor()
Returns the progress monitor. |
String |
getSourceNameString()
A String representation of the used source may it be a source to be imported (e.g. |
void |
setAuthentication(String login,
String password)
|
void |
setAuthenticationToken(org.springframework.security.authentication.UsernamePasswordAuthenticationToken token)
|
void |
setCdmAppController(CdmApplicationController cdmApp)
Sets the CdmApplicationController |
void |
setDbSchemaValidation(DbSchemaValidation dbSchemaValidation)
Get the way how the CDM schema is validated For exports values that delete the source (CREATE, CREATE_DROP) are not allowed and may throw an Exception in the further run |
void |
setObservers(Set<IIoObserver> observers)
Sets the observers for this import/export |
void |
setProgressMonitor(IProgressMonitor monitor)
Sets the progress monitor. |
| Methods inherited from interface eu.etaxonomy.cdm.io.common.IIoObservable |
|---|
addObserver, addObservers, countObservers, removeObserver, removeObservers |
| Method Detail |
|---|
String getSourceNameString()
String getDestinationNameString()
CdmApplicationController getCdmAppController()
void setCdmAppController(CdmApplicationController cdmApp)
cdmApp - the cdmApp to setDbSchemaValidation getDbSchemaValidation()
DbSchemaValidationvoid setDbSchemaValidation(DbSchemaValidation dbSchemaValidation)
dbSchemaValidation - DbSchemaValidationIProgressMonitor getProgressMonitor()
void setProgressMonitor(IProgressMonitor monitor)
monitor - getProgressMonitor()Set<IIoObserver> getObservers()
getObservers in interface IIoObservablevoid setObservers(Set<IIoObserver> observers)
observers - org.springframework.security.authentication.UsernamePasswordAuthenticationToken getAuthenticationToken()
void setAuthenticationToken(org.springframework.security.authentication.UsernamePasswordAuthenticationToken token)
void setAuthentication(String login,
String password)
void authenticateAsDefaultAdmin()
Configuration.adminLogin,
Configuration.adminPassword
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||