| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationTokenService |
RefreshTokenAuthenticationFilter.authenticationTokenService |
| Constructor and Description |
|---|
RefreshTokenAuthenticationFilter(String url,
org.springframework.security.authentication.AuthenticationManager authenticationManager,
org.springframework.core.env.Environment environment,
AuthenticationTokenService authenticationTokenService) |
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationTokenService |
TokenAuthenticationSuccessHandler.authenticationTokenService |
| Constructor and Description |
|---|
TokenAuthenticationSuccessHandler(org.springframework.core.env.Environment environment,
AuthenticationTokenService authenticationTokenService) |
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationTokenService |
RefreshTokenAuthenticationProvider.authenticationTokenService |
protected AuthenticationTokenService |
AccessTokenAuthenticationProvider.authenticationTokenService |
| Constructor and Description |
|---|
AccessTokenAuthenticationProvider(AuthenticationTokenService authenticationTokenService,
org.springframework.security.core.userdetails.UserDetailsService userDetailsService) |
RefreshTokenAuthenticationProvider(AuthenticationTokenService authenticationTokenService,
org.springframework.security.core.userdetails.UserDetailsService userDetailsService) |
| Modifier and Type | Class and Description |
|---|---|
class |
JWTAuthenticationTokenServiceImpl |
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationTokenService |
ApiAuthenticationRequestFactoryImpl.authenticationTokenService |
protected AuthenticationTokenService |
JWTCustomerStateServiceImpl.authenticationTokenService |
| Constructor and Description |
|---|
ApiAuthenticationRequestFactoryImpl(org.springframework.core.env.Environment environment,
AuthenticationTokenService authenticationTokenService,
org.springframework.security.web.authentication.AuthenticationSuccessHandler authenticationSuccessHandler,
CustomerStateService customerStateService) |
JWTCustomerStateServiceImpl(org.springframework.core.env.Environment environment,
org.broadleafcommerce.profile.core.service.CustomerService customerService,
AuthenticationTokenService authenticationTokenService) |
Copyright © 2020. All rights reserved.