Class TokenGenerationServiceImpl
- java.lang.Object
-
- io.mosip.kernel.auth.defaultimpl.service.impl.TokenGenerationServiceImpl
-
- All Implemented Interfaces:
TokenGenerationService
@Component public class TokenGenerationServiceImpl extends Object implements TokenGenerationService
- Author:
- Ramadurai Pandian
-
-
Constructor Summary
Constructors Constructor Description TokenGenerationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInternalTokenGenerationService()StringgetUINBasedToken()
-
-
-
Method Detail
-
getInternalTokenGenerationService
public String getInternalTokenGenerationService() throws Exception
- Specified by:
getInternalTokenGenerationServicein interfaceTokenGenerationService- Throws:
Exception
-
getUINBasedToken
public String getUINBasedToken() throws Exception
- Specified by:
getUINBasedTokenin interfaceTokenGenerationService- Throws:
Exception
-
-