Class AuthorizationServiceImpl
- java.lang.Object
-
- de.adorsys.ledgers.oba.service.impl.service.AuthorizationServiceImpl
-
- All Implemented Interfaces:
AuthorizationService
@Service public class AuthorizationServiceImpl extends Object implements AuthorizationService
-
-
Constructor Summary
Constructors Constructor Description AuthorizationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringresolveAuthConfirmationCodeRedirectUri(String redirectUri, String code)
-
-
-
Method Detail
-
resolveAuthConfirmationCodeRedirectUri
public String resolveAuthConfirmationCodeRedirectUri(String redirectUri, String code)
- Specified by:
resolveAuthConfirmationCodeRedirectUriin interfaceAuthorizationService
-
-