Package io.gravitee.am.service.impl
Class TokenServiceImpl
java.lang.Object
io.gravitee.am.service.impl.TokenServiceImpl
- All Implemented Interfaces:
TokenService
- Author:
- Titouan COMPIEGNE (titouan.compiegne at graviteesource.com), GraviteeSource Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.CompletabledeleteByUserId(String userId) io.reactivex.rxjava3.core.Single<TotalToken>io.reactivex.rxjava3.core.Single<TotalToken>findTotalTokensByApplication(Application application) io.reactivex.rxjava3.core.Single<TotalToken>findTotalTokensByDomain(String domain)
-
Constructor Details
-
TokenServiceImpl
public TokenServiceImpl()
-
-
Method Details
-
findTotalTokensByDomain
- Specified by:
findTotalTokensByDomainin interfaceTokenService
-
findTotalTokensByApplication
public io.reactivex.rxjava3.core.Single<TotalToken> findTotalTokensByApplication(Application application) - Specified by:
findTotalTokensByApplicationin interfaceTokenService
-
findTotalTokens
- Specified by:
findTotalTokensin interfaceTokenService
-
deleteByUserId
- Specified by:
deleteByUserIdin interfaceTokenService
-