Package co.ecg.alpaca.core.configs
Class AlpacaProperties
- java.lang.Object
-
- co.ecg.alpaca.core.configs.AlpacaProperties
-
@ConfigurationProperties(prefix="alpaca") public class AlpacaProperties extends Object
Class: AlpacaConfig- Version:
- $Id: $Id
- Author:
- Matthew Keathley on 4/17/17.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlpacaProperties.AccessLogsstatic classAlpacaProperties.Asyncstatic classAlpacaProperties.AuditLogsstatic classAlpacaProperties.BroadWorksstatic classAlpacaProperties.BulkProvisioningstatic classAlpacaProperties.CiscoSoftClientstatic classAlpacaProperties.FileStorestatic classAlpacaProperties.LicenseEntrystatic classAlpacaProperties.Mailstatic classAlpacaProperties.Migrationstatic classAlpacaProperties.NumberInventoryManagementstatic classAlpacaProperties.ResetWatcherstatic classAlpacaProperties.Securitystatic classAlpacaProperties.Tasks
-
Field Summary
Fields Modifier and Type Field Description static AlpacaPropertiesINSTANCEConstantINSTANCE
-
Constructor Summary
Constructors Constructor Description AlpacaProperties()Constructor for AlpacaProperties.
-
Method Summary
-
-
-
Field Detail
-
INSTANCE
public static AlpacaProperties INSTANCE
ConstantINSTANCE
-
-
Method Detail
-
getCustomMappings
public HashMap<String,List<HashMap<String,String>>> getCustomMappings()
Getter for the field
customMappings.- Returns:
- a
HashMapobject.
-
setCustomMappings
public void setCustomMappings(HashMap<String,List<HashMap<String,String>>> customMappings)
Setter for the field
customMappings.- Parameters:
customMappings- aHashMapobject.
-
getBroadWorks
public AlpacaProperties.BroadWorks getBroadWorks()
Getter for the field
broadWorks.- Returns:
- a
AlpacaProperties.BroadWorksobject.
-
getSecurity
public AlpacaProperties.Security getSecurity()
Getter for the field
security.- Returns:
- a
AlpacaProperties.Securityobject.
-
getMail
public AlpacaProperties.Mail getMail()
Getter for the field
mail.- Returns:
- a
AlpacaProperties.Mailobject.
-
getAsync
public AlpacaProperties.Async getAsync()
Getter for the field
async.- Returns:
- a
AlpacaProperties.Asyncobject.
-
getCors
public org.springframework.web.cors.CorsConfiguration getCors()
Getter for the field
cors.- Returns:
- a
CorsConfigurationobject.
-
getClient
public ClientConfiguration getClient()
Getter for the field
client.- Returns:
- a
ClientConfigurationobject.
-
getMigration
public AlpacaProperties.Migration getMigration()
Getter for the field
migration.- Returns:
- a
AlpacaProperties.Migrationobject.
-
getCommunigate
public CommunigateConfiguration getCommunigate()
Getter for the field
communigate.- Returns:
- a
CommunigateConfigurationobject.
-
getFileStore
public AlpacaProperties.FileStore getFileStore()
Getter for the field
fileStore.- Returns:
- a
AlpacaProperties.FileStoreobject.
-
setEncoding
public void setEncoding(String encoding)
Setter for the field
encoding.- Parameters:
encoding- aStringobject.
-
getAuditLogs
public AlpacaProperties.AuditLogs getAuditLogs()
Getter for the field
auditLogs.- Returns:
- a
AlpacaProperties.AuditLogsobject.
-
getResetWatcher
public AlpacaProperties.ResetWatcher getResetWatcher()
Getter for the field
resetWatcher.- Returns:
- a
AlpacaProperties.ResetWatcherobject.
-
getAccessLogs
public AlpacaProperties.AccessLogs getAccessLogs()
-
getLicenseEntry
public AlpacaProperties.LicenseEntry getLicenseEntry()
-
getTasks
public AlpacaProperties.Tasks getTasks()
-
getCiscoSoftClient
public AlpacaProperties.CiscoSoftClient getCiscoSoftClient()
Getter for the field
ucOne.- Returns:
- a
AlpacaProperties.CiscoSoftClientobject.
-
getBulkProvisioning
public AlpacaProperties.BulkProvisioning getBulkProvisioning()
-
getNumberInventoryManagement
public AlpacaProperties.NumberInventoryManagement getNumberInventoryManagement()
-
-