| Package | Description |
|---|---|
| org.broadleafcommerce.authapi.filter | |
| org.broadleafcommerce.authapi.service |
| Modifier and Type | Field and Description |
|---|---|
protected JWTAuthenticationSuccessHandler |
JWTRegisterFilter.successHandler |
protected JWTAuthenticationSuccessHandler |
JWTLoginFilter.successHandler |
| Constructor and Description |
|---|
JWTLoginFilter(String url,
org.springframework.security.authentication.AuthenticationManager authenticationManager,
JWTAuthenticationSuccessHandler successHandler) |
JWTRegisterFilter(String url,
org.springframework.security.authentication.AuthenticationManager authenticationManager,
JWTAuthenticationSuccessHandler successHandler,
CustomerStateService customerStateService) |
| Modifier and Type | Field and Description |
|---|---|
protected JWTAuthenticationSuccessHandler |
JWTRequestFilterServiceImpl.authenticationSuccessHandler |
| Constructor and Description |
|---|
JWTRequestFilterServiceImpl(org.springframework.core.env.Environment environment,
JWTTokenService jwtTokenService,
JWTAuthenticationSuccessHandler authenticationSuccessHandler,
CustomerStateService customerStateService) |
Copyright © 2017. All rights reserved.