| Modifier and Type | Field and Description |
|---|---|
protected JWTTokenService |
JWTRefreshTokenFilter.jwtTokenService |
| Constructor and Description |
|---|
JWTRefreshTokenFilter(String url,
org.springframework.security.authentication.AuthenticationManager authenticationManager,
org.springframework.core.env.Environment environment,
JWTTokenService jwtTokenService) |
| Modifier and Type | Field and Description |
|---|---|
protected JWTTokenService |
JWTAuthenticationSuccessHandler.jwtTokenService |
| Constructor and Description |
|---|
JWTAuthenticationSuccessHandler(org.springframework.core.env.Environment environment,
JWTTokenService jwtTokenService) |
| Modifier and Type | Field and Description |
|---|---|
protected JWTTokenService |
JWTRefreshAuthenticationProvider.jwtTokenService |
protected JWTTokenService |
JWTAuthenticationProvider.jwtTokenService |
| Constructor and Description |
|---|
JWTAuthenticationProvider(JWTTokenService jwtTokenService,
org.springframework.security.core.userdetails.UserDetailsService userDetailsService) |
JWTRefreshAuthenticationProvider(JWTTokenService jwtTokenService,
org.springframework.security.core.userdetails.UserDetailsService userDetailsService) |
| Modifier and Type | Class and Description |
|---|---|
class |
JWTTokenServiceImpl |
| Modifier and Type | Field and Description |
|---|---|
protected JWTTokenService |
JWTRequestFilterServiceImpl.jwtTokenService |
protected JWTTokenService |
JWTCustomerStateServiceImpl.jwtTokenService |
| Constructor and Description |
|---|
JWTCustomerStateServiceImpl(org.springframework.core.env.Environment environment,
org.broadleafcommerce.profile.core.service.CustomerService customerService,
JWTTokenService jwtTokenService) |
JWTRequestFilterServiceImpl(org.springframework.core.env.Environment environment,
JWTTokenService jwtTokenService,
JWTAuthenticationSuccessHandler authenticationSuccessHandler,
CustomerStateService customerStateService) |
Copyright © 2017. All rights reserved.