@Service(value="blJWTRequestFilterService") @ConditionalOnProperty(name="blc.auth.jwt.enabled") public class JWTRequestFilterServiceImpl extends Object implements JWTRequestFilterService
| Modifier and Type | Field and Description |
|---|---|
protected JWTAuthenticationSuccessHandler |
authenticationSuccessHandler |
protected CustomerStateService |
customerStateService |
protected org.springframework.core.env.Environment |
environment |
protected JWTTokenService |
jwtTokenService |
| Constructor and Description |
|---|
JWTRequestFilterServiceImpl(org.springframework.core.env.Environment environment,
JWTTokenService jwtTokenService,
JWTAuthenticationSuccessHandler authenticationSuccessHandler,
CustomerStateService customerStateService) |
| Modifier and Type | Method and Description |
|---|---|
JWTAuthenticationTokenFilter |
buildJWTAuthenticationTokenFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager) |
JWTLoginFilter |
buildJWTLoginFilter(String url,
org.springframework.security.authentication.AuthenticationManager authenticationManager) |
JWTRefreshTokenFilter |
buildJWTRefreshTokenFilter(String url,
org.springframework.security.authentication.AuthenticationManager authenticationManager) |
JWTRegisterFilter |
buildJWTRegisterFilter(String url,
org.springframework.security.authentication.AuthenticationManager authenticationManager) |
protected final org.springframework.core.env.Environment environment
protected final JWTTokenService jwtTokenService
protected final JWTAuthenticationSuccessHandler authenticationSuccessHandler
protected final CustomerStateService customerStateService
public JWTRequestFilterServiceImpl(org.springframework.core.env.Environment environment,
JWTTokenService jwtTokenService,
JWTAuthenticationSuccessHandler authenticationSuccessHandler,
CustomerStateService customerStateService)
public JWTAuthenticationTokenFilter buildJWTAuthenticationTokenFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager) throws Exception
buildJWTAuthenticationTokenFilter in interface JWTRequestFilterServiceExceptionpublic JWTRefreshTokenFilter buildJWTRefreshTokenFilter(String url, org.springframework.security.authentication.AuthenticationManager authenticationManager) throws Exception
buildJWTRefreshTokenFilter in interface JWTRequestFilterServiceExceptionpublic JWTLoginFilter buildJWTLoginFilter(String url, org.springframework.security.authentication.AuthenticationManager authenticationManager) throws Exception
buildJWTLoginFilter in interface JWTRequestFilterServiceExceptionpublic JWTRegisterFilter buildJWTRegisterFilter(String url, org.springframework.security.authentication.AuthenticationManager authenticationManager) throws Exception
buildJWTRegisterFilter in interface JWTRequestFilterServiceExceptionCopyright © 2017. All rights reserved.