public class JwtApiHttpSecurityCustomizer extends Object implements ApiHttpSecurityCustomizer
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter |
converter |
| Constructor and Description |
|---|
JwtApiHttpSecurityCustomizer(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
protected final org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter converter
public JwtApiHttpSecurityCustomizer(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter converter)
public void customize(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
throws Exception
customize in interface ApiHttpSecurityCustomizerExceptionCopyright © 2022 Flowable. All rights reserved.