Class SecurityProperties
- java.lang.Object
-
- uk.ac.warwick.dcs.sherlock.module.web.configuration.properties.SecurityProperties
-
@ConfigurationProperties("sherlock.security") public class SecurityProperties extends java.lang.Object
The security settings to fetch from the application properties file
-
-
Constructor Summary
Constructors Constructor Description SecurityProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
Gets the secret keyvoid
setKey(java.lang.String key)
Sets the secret key attribute in the config file
-