- JWTAuthenticationProvider - Class in org.broadleafcommerce.authapi.provider
-
This provider is responsible for handling authentication for a JWTAuthenticationToken authentication.
- JWTAuthenticationProvider(JWTTokenService, UserDetailsService) - Constructor for class org.broadleafcommerce.authapi.provider.JWTAuthenticationProvider
-
- JWTAuthenticationSuccessHandler - Class in org.broadleafcommerce.authapi.filter.handler
-
- JWTAuthenticationSuccessHandler(Environment, JWTTokenService) - Constructor for class org.broadleafcommerce.authapi.filter.handler.JWTAuthenticationSuccessHandler
-
- JWTAuthenticationToken - Class in org.broadleafcommerce.authapi.domain
-
This object is used to represent the Authentication for an authentication token.
- JWTAuthenticationToken(String) - Constructor for class org.broadleafcommerce.authapi.domain.JWTAuthenticationToken
-
- JWTAuthenticationToken(Object, Object, String) - Constructor for class org.broadleafcommerce.authapi.domain.JWTAuthenticationToken
-
- JWTAuthenticationToken(Object, Object, Collection<? extends GrantedAuthority>, String) - Constructor for class org.broadleafcommerce.authapi.domain.JWTAuthenticationToken
-
- JWTAuthenticationTokenFilter - Class in org.broadleafcommerce.authapi.filter
-
This filter is responsible for authenticating the request based on the access token in the Authorization header.
- JWTAuthenticationTokenFilter(AuthenticationManager) - Constructor for class org.broadleafcommerce.authapi.filter.JWTAuthenticationTokenFilter
-
- JWTCustomerStateServiceImpl - Class in org.broadleafcommerce.authapi.service
-
- JWTCustomerStateServiceImpl(Environment, CustomerService, JWTTokenService) - Constructor for class org.broadleafcommerce.authapi.service.JWTCustomerStateServiceImpl
-
- JWTLoginFilter - Class in org.broadleafcommerce.authapi.filter
-
This filter is responsible for handling the login for registered customers.
- JWTLoginFilter(String, AuthenticationManager, JWTAuthenticationSuccessHandler) - Constructor for class org.broadleafcommerce.authapi.filter.JWTLoginFilter
-
- JWTRefreshAuthenticationProvider - Class in org.broadleafcommerce.authapi.provider
-
This provider is responsible for handling authentication for a JWTAuthenticationToken authentication.
- JWTRefreshAuthenticationProvider(JWTTokenService, UserDetailsService) - Constructor for class org.broadleafcommerce.authapi.provider.JWTRefreshAuthenticationProvider
-
- JWTRefreshToken - Class in org.broadleafcommerce.authapi.domain
-
This object is used to represent the Authentication for a refresh token.
- JWTRefreshToken(String) - Constructor for class org.broadleafcommerce.authapi.domain.JWTRefreshToken
-
- JWTRefreshToken(Object, Object, String) - Constructor for class org.broadleafcommerce.authapi.domain.JWTRefreshToken
-
- JWTRefreshToken(Object, Object, Collection<? extends GrantedAuthority>, String) - Constructor for class org.broadleafcommerce.authapi.domain.JWTRefreshToken
-
- JWTRefreshTokenFilter - Class in org.broadleafcommerce.authapi.filter
-
This filter is responsible for retrieving a new access token using the refresh token from an HTTP-Only cookie.
- JWTRefreshTokenFilter(String, AuthenticationManager, Environment, JWTTokenService) - Constructor for class org.broadleafcommerce.authapi.filter.JWTRefreshTokenFilter
-
- JWTRegisterFilter - Class in org.broadleafcommerce.authapi.filter
-
This filter is responseponsible for handling the login for registered customers.
- JWTRegisterFilter(String, AuthenticationManager, JWTAuthenticationSuccessHandler, CustomerStateService) - Constructor for class org.broadleafcommerce.authapi.filter.JWTRegisterFilter
-
- JWTRequestFilterService - Interface in org.broadleafcommerce.authapi.service
-
- JWTRequestFilterServiceImpl - Class in org.broadleafcommerce.authapi.service
-
- JWTRequestFilterServiceImpl(Environment, JWTTokenService, JWTAuthenticationSuccessHandler, CustomerStateService) - Constructor for class org.broadleafcommerce.authapi.service.JWTRequestFilterServiceImpl
-
- jwtTokenService - Variable in class org.broadleafcommerce.authapi.filter.handler.JWTAuthenticationSuccessHandler
-
- jwtTokenService - Variable in class org.broadleafcommerce.authapi.filter.JWTRefreshTokenFilter
-
- jwtTokenService - Variable in class org.broadleafcommerce.authapi.provider.JWTAuthenticationProvider
-
- jwtTokenService - Variable in class org.broadleafcommerce.authapi.provider.JWTRefreshAuthenticationProvider
-
- jwtTokenService - Variable in class org.broadleafcommerce.authapi.service.JWTCustomerStateServiceImpl
-
- jwtTokenService - Variable in class org.broadleafcommerce.authapi.service.JWTRequestFilterServiceImpl
-
- JWTTokenService - Interface in org.broadleafcommerce.authapi.service
-
- JWTTokenServiceImpl - Class in org.broadleafcommerce.authapi.service
-
- JWTTokenServiceImpl(Environment) - Constructor for class org.broadleafcommerce.authapi.service.JWTTokenServiceImpl
-
- JWTUserDTO - Class in org.broadleafcommerce.authapi.domain
-
- JWTUserDTO() - Constructor for class org.broadleafcommerce.authapi.domain.JWTUserDTO
-