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 class
AlpacaProperties.AccessLogs
static class
AlpacaProperties.Async
static class
AlpacaProperties.AuditLogs
static class
AlpacaProperties.BroadWorks
static class
AlpacaProperties.BulkProvisioning
static class
AlpacaProperties.CiscoSoftClient
static class
AlpacaProperties.FileStore
static class
AlpacaProperties.LicenseEntry
static class
AlpacaProperties.Mail
static class
AlpacaProperties.Migration
static class
AlpacaProperties.NumberInventoryManagement
static class
AlpacaProperties.ResetWatcher
static class
AlpacaProperties.Security
static class
AlpacaProperties.Tasks
-
Field Summary
Fields Modifier and Type Field Description static AlpacaProperties
INSTANCE
ConstantINSTANCE
-
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
HashMap
object.
-
setCustomMappings
public void setCustomMappings(HashMap<String,List<HashMap<String,String>>> customMappings)
Setter for the field
customMappings
.- Parameters:
customMappings
- aHashMap
object.
-
getBroadWorks
public AlpacaProperties.BroadWorks getBroadWorks()
Getter for the field
broadWorks
.- Returns:
- a
AlpacaProperties.BroadWorks
object.
-
getSecurity
public AlpacaProperties.Security getSecurity()
Getter for the field
security
.- Returns:
- a
AlpacaProperties.Security
object.
-
getMail
public AlpacaProperties.Mail getMail()
Getter for the field
mail
.- Returns:
- a
AlpacaProperties.Mail
object.
-
getAsync
public AlpacaProperties.Async getAsync()
Getter for the field
async
.- Returns:
- a
AlpacaProperties.Async
object.
-
getCors
public org.springframework.web.cors.CorsConfiguration getCors()
Getter for the field
cors
.- Returns:
- a
CorsConfiguration
object.
-
getClient
public ClientConfiguration getClient()
Getter for the field
client
.- Returns:
- a
ClientConfiguration
object.
-
getMigration
public AlpacaProperties.Migration getMigration()
Getter for the field
migration
.- Returns:
- a
AlpacaProperties.Migration
object.
-
getCommunigate
public CommunigateConfiguration getCommunigate()
Getter for the field
communigate
.- Returns:
- a
CommunigateConfiguration
object.
-
getFileStore
public AlpacaProperties.FileStore getFileStore()
Getter for the field
fileStore
.- Returns:
- a
AlpacaProperties.FileStore
object.
-
setEncoding
public void setEncoding(String encoding)
Setter for the field
encoding
.- Parameters:
encoding
- aString
object.
-
getAuditLogs
public AlpacaProperties.AuditLogs getAuditLogs()
Getter for the field
auditLogs
.- Returns:
- a
AlpacaProperties.AuditLogs
object.
-
getResetWatcher
public AlpacaProperties.ResetWatcher getResetWatcher()
Getter for the field
resetWatcher
.- Returns:
- a
AlpacaProperties.ResetWatcher
object.
-
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.CiscoSoftClient
object.
-
getBulkProvisioning
public AlpacaProperties.BulkProvisioning getBulkProvisioning()
-
getNumberInventoryManagement
public AlpacaProperties.NumberInventoryManagement getNumberInventoryManagement()
-
-