Class DebugWebModuleSettings.SecuritySettings
java.lang.Object
com.foreach.across.modules.debugweb.DebugWebModuleSettings.SecuritySettings
- Enclosing class:
- DebugWebModuleSettings
@Exposed
@Component
@ConfigurationProperties(prefix="debug-web-module.security")
public static class DebugWebModuleSettings.SecuritySettings
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
void
setAuthority
(String authority) void
setEnabled
(Boolean enabled) void
setIpAddresses
(String[] ipAddresses) void
setPassword
(String password) void
setUsername
(String username)
-
Constructor Details
-
SecuritySettings
public SecuritySettings()
-
-
Method Details
-
getEnabled
-
setEnabled
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getIpAddresses
-
setIpAddresses
-
getAuthority
-
setAuthority
-