Class Configuration
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.Configuration
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:com.io7m.idstore:configuration:1}Branding"/>
<element ref="{urn:com.io7m.idstore:configuration:1}Database"/>
<element ref="{urn:com.io7m.idstore:configuration:1}HTTPServices"/>
<element ref="{urn:com.io7m.idstore:configuration:1}History"/>
<element ref="{urn:com.io7m.idstore:configuration:1}Mail"/>
<element ref="{urn:com.io7m.idstore:configuration:1}OpenTelemetry" minOccurs="0"/>
<element ref="{urn:com.io7m.idstore:configuration:1}PasswordExpiration" minOccurs="0"/>
<element ref="{urn:com.io7m.idstore:configuration:1}RateLimiting"/>
<element ref="{urn:com.io7m.idstore:configuration:1}Sessions"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Brandingprotected Databaseprotected Historyprotected HTTPServicesprotected Mailprotected OpenTelemetryprotected PasswordExpirationprotected RateLimitingprotected Sessions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the branding property.Gets the value of the database property.Gets the value of the history property.Gets the value of the httpServices property.getMail()Gets the value of the mail property.Gets the value of the openTelemetry property.Gets the value of the passwordExpiration property.Gets the value of the rateLimiting property.Gets the value of the sessions property.voidsetBranding(Branding value) Sets the value of the branding property.voidsetDatabase(Database value) Sets the value of the database property.voidsetHistory(History value) Sets the value of the history property.voidsetHTTPServices(HTTPServices value) Sets the value of the httpServices property.voidSets the value of the mail property.voidsetOpenTelemetry(OpenTelemetry value) Sets the value of the openTelemetry property.voidSets the value of the passwordExpiration property.voidsetRateLimiting(RateLimiting value) Sets the value of the rateLimiting property.voidsetSessions(Sessions value) Sets the value of the sessions property.
-
Field Details
-
branding
-
database
-
httpServices
-
history
-
mail
-
openTelemetry
-
passwordExpiration
-
rateLimiting
-
sessions
-
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
getBranding
Gets the value of the branding property.- Returns:
- possible object is
Branding
-
setBranding
Sets the value of the branding property.- Parameters:
value- allowed object isBranding
-
getDatabase
Gets the value of the database property.- Returns:
- possible object is
Database
-
setDatabase
Sets the value of the database property.- Parameters:
value- allowed object isDatabase
-
getHTTPServices
Gets the value of the httpServices property.- Returns:
- possible object is
HTTPServices
-
setHTTPServices
Sets the value of the httpServices property.- Parameters:
value- allowed object isHTTPServices
-
getHistory
Gets the value of the history property.- Returns:
- possible object is
History
-
setHistory
Sets the value of the history property.- Parameters:
value- allowed object isHistory
-
getMail
Gets the value of the mail property.- Returns:
- possible object is
Mail
-
setMail
Sets the value of the mail property.- Parameters:
value- allowed object isMail
-
getOpenTelemetry
Gets the value of the openTelemetry property.- Returns:
- possible object is
OpenTelemetry
-
setOpenTelemetry
Sets the value of the openTelemetry property.- Parameters:
value- allowed object isOpenTelemetry
-
getPasswordExpiration
Gets the value of the passwordExpiration property.- Returns:
- possible object is
PasswordExpiration
-
setPasswordExpiration
Sets the value of the passwordExpiration property.- Parameters:
value- allowed object isPasswordExpiration
-
getRateLimiting
Gets the value of the rateLimiting property.- Returns:
- possible object is
RateLimiting
-
setRateLimiting
Sets the value of the rateLimiting property.- Parameters:
value- allowed object isRateLimiting
-
getSessions
Gets the value of the sessions property.- Returns:
- possible object is
Sessions
-
setSessions
Sets the value of the sessions property.- Parameters:
value- allowed object isSessions
-