Uses of Interface
com.broadleafcommerce.auth.token.provider.jpa.domain.RefreshToken
Packages that use RefreshToken
Package
Description
-
Uses of RefreshToken in com.broadleafcommerce.auth.autoconfigure
Method parameters in com.broadleafcommerce.auth.autoconfigure with type arguments of type RefreshTokenModifier 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 RefreshToken in com.broadleafcommerce.auth.token.provider.jpa.domain
Classes in com.broadleafcommerce.auth.token.provider.jpa.domain that implement RefreshTokenModifier and TypeClassDescriptionclass
JPA Shard partition for recording a refresh token assignmentclass
JPA Shard partition for recording a refresh token assignmentclass
JPA Shard partition for recording a refresh token assignmentclass
JPA Shard partition for recording a refresh token assignmentclass
JPA Shard partition for recording a refresh token assignmentclass
JPA Shard partition for recording a refresh token assignment -
Uses of RefreshToken in com.broadleafcommerce.auth.token.service
Methods in com.broadleafcommerce.auth.token.service that return RefreshTokenModifier and TypeMethodDescriptionDefaultRotatingTokenStore.readRefreshTokenEntity
(String tokenValue) RotatableTokenStore.readRefreshTokenEntity
(String tokenValue) Given an encoded refresh token string, return theRefreshToken
instance matching from the datastore.Methods in com.broadleafcommerce.auth.token.service that return types with arguments of type RefreshTokenModifier and TypeMethodDescriptionDefaultRotatingTokenStore.findByAncestor
(String tokenValue) RotatableTokenStore.findByAncestor
(String tokenValue) Find all refresh token instances derived from the original, root refresh token.protected 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 RefreshTokenModifierConstructorDescriptionDefaultRotatingTokenStore
(org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter jwtTokenEnhancer, List<RefreshTokenRepository<RefreshToken>> repositories, TokenProperties properties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)