@DefunctConfig(value="http.server.authentication.enabled") public class SecurityConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecurityConfig.AuthenticationType |
Constructor and Description |
---|
SecurityConfig() |
Modifier and Type | Method and Description |
---|---|
@NotNull List<SecurityConfig.AuthenticationType> |
getAuthenticationTypes() |
SecurityConfig |
setAuthenticationTypes(List<SecurityConfig.AuthenticationType> authenticationTypes) |
SecurityConfig |
setAuthenticationTypes(String types) |
@NotNull public @NotNull List<SecurityConfig.AuthenticationType> getAuthenticationTypes()
public SecurityConfig setAuthenticationTypes(List<SecurityConfig.AuthenticationType> authenticationTypes)
@Config(value="http-server.authentication.type") public SecurityConfig setAuthenticationTypes(String types)
Copyright © 2012–2022. All rights reserved.