Class AccessTokenServiceWithGroups
- java.lang.Object
-
- ru.foodtechlab.lib.auth.integration.restapi.feign.authorization.impl.AccessTokenServiceWithGroups
-
- All Implemented Interfaces:
ru.foodtechlab.lib.auth.integration.core.AccessTokenService
public class AccessTokenServiceWithGroups extends Object implements ru.foodtechlab.lib.auth.integration.core.AccessTokenService
-
-
Constructor Summary
Constructors Constructor Description AccessTokenServiceWithGroups()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearToken(String requestUrl)StringgetAccessToken(String requestUrl)
-
-
-
Method Detail
-
getAccessToken
public String getAccessToken(String requestUrl)
- Specified by:
getAccessTokenin interfaceru.foodtechlab.lib.auth.integration.core.AccessTokenService
-
clearToken
public void clearToken(String requestUrl)
- Specified by:
clearTokenin interfaceru.foodtechlab.lib.auth.integration.core.AccessTokenService
-
-