Uses of Interface
com.broadleafcommerce.auth.token.repository.RefreshTokenRepository
Packages that use RefreshTokenRepository
Package
Description
-
Uses of RefreshTokenRepository in com.broadleafcommerce.auth.autoconfigure
Method parameters in com.broadleafcommerce.auth.autoconfigure with type arguments of type RefreshTokenRepositoryModifier and TypeMethodDescriptionorg.springframework.security.oauth2.provider.token.TokenStore
AuthServiceOAuth2CommonAutoConfiguration.tokenStore
(org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter jwtTokenConverter, List<RefreshTokenRepository<RefreshToken>> repositories, TokenProperties properties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
Uses of RefreshTokenRepository in com.broadleafcommerce.auth.token.provider.jpa.repository
Subinterfaces of RefreshTokenRepository in com.broadleafcommerce.auth.token.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterface
JpaRefreshTokenRepository1<D extends JpaRefreshToken1>
JPA Shard partition repository for recording a refresh token assignmentinterface
JpaRefreshTokenRepository2<D extends JpaRefreshToken2>
JPA Shard partition repository for recording a refresh token assignmentinterface
JpaRefreshTokenRepository3<D extends JpaRefreshToken3>
JPA Shard partition repository for recording a refresh token assignmentinterface
JpaRefreshTokenRepository4<D extends JpaRefreshToken4>
JPA Shard partition repository for recording a refresh token assignmentinterface
JpaRefreshTokenRepository5<D extends JpaRefreshToken5>
JPA Shard partition repository for recording a refresh token assignmentinterface
JpaRefreshTokenRepository6<D extends JpaRefreshToken6>
JPA Shard partition repository for recording a refresh token assignment -
Uses of RefreshTokenRepository in com.broadleafcommerce.auth.token.service
Methods in com.broadleafcommerce.auth.token.service that return RefreshTokenRepositoryModifier and TypeMethodDescriptionprotected RefreshTokenRepository<RefreshToken>
DefaultRotatingTokenStore.getRepository
(int partition) Find the correct handling repository for a given partition identifierConstructor parameters in com.broadleafcommerce.auth.token.service with type arguments of type RefreshTokenRepositoryModifierConstructorDescriptionDefaultRotatingTokenStore
(org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter jwtTokenEnhancer, List<RefreshTokenRepository<RefreshToken>> repositories, TokenProperties properties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)