public class FixUserApiHttpSecurityCustomizer extends Object implements ApiHttpSecurityCustomizer
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
username |
| Constructor and Description |
|---|
FixUserApiHttpSecurityCustomizer(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
public void customize(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
throws Exception
customize in interface ApiHttpSecurityCustomizerExceptionCopyright © 2021 Flowable. All rights reserved.