Class FeignHTTPAuthCredentialServiceFacade
- java.lang.Object
-
- ru.foodtechlab.lib.auth.integration.restapi.feign.authorization.impl.FeignHTTPAuthCredentialServiceFacade
-
- All Implemented Interfaces:
ru.foodtechlab.lib.auth.integration.core.authorizartion.AuthCredentialServiceFacade
@Component public class FeignHTTPAuthCredentialServiceFacade extends Object implements ru.foodtechlab.lib.auth.integration.core.authorizartion.AuthCredentialServiceFacade
-
-
Constructor Summary
Constructors Constructor Description FeignHTTPAuthCredentialServiceFacade()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ru.foodtechlab.lib.auth.service.facade.credential.dto.responses.CredentialResponsegetCredentialByAccessToken(String accessToken)
-
-
-
Method Detail
-
getCredentialByAccessToken
public ru.foodtechlab.lib.auth.service.facade.credential.dto.responses.CredentialResponse getCredentialByAccessToken(String accessToken) throws ru.foodtechlab.lib.auth.integration.core.authorizartion.exception.AuthServiceException, ru.foodtechlab.lib.auth.integration.core.authorizartion.exception.CredentialNotFoundException, ru.foodtechlab.lib.auth.integration.core.authorizartion.exception.CredentialIsBlockedException, ru.foodtechlab.lib.auth.integration.core.authorizartion.exception.TokenIsExpiredException, ru.foodtechlab.lib.auth.integration.core.authorizartion.exception.ParsingTokenException
- Specified by:
getCredentialByAccessTokenin interfaceru.foodtechlab.lib.auth.integration.core.authorizartion.AuthCredentialServiceFacade- Throws:
ru.foodtechlab.lib.auth.integration.core.authorizartion.exception.AuthServiceExceptionru.foodtechlab.lib.auth.integration.core.authorizartion.exception.CredentialNotFoundExceptionru.foodtechlab.lib.auth.integration.core.authorizartion.exception.CredentialIsBlockedExceptionru.foodtechlab.lib.auth.integration.core.authorizartion.exception.TokenIsExpiredExceptionru.foodtechlab.lib.auth.integration.core.authorizartion.exception.ParsingTokenException
-
-