Uses of Class
io.mosip.kernel.auth.defaultimpl.dto.AuthToken
Packages that use AuthToken
Package
Description
-
Uses of AuthToken in io.mosip.kernel.auth.defaultimpl.service
Methods in io.mosip.kernel.auth.defaultimpl.service that return AuthTokenModifier and TypeMethodDescriptionTokenService.getTokenBasedOnName(String userName) TokenService.getTokenDetails(String token) TokenService.getUpdatedAccessToken(String token, TimeToken newAccessToken, String userName) Methods in io.mosip.kernel.auth.defaultimpl.service with parameters of type AuthTokenModifier and TypeMethodDescriptionvoidTokenService.StoreToken(AuthToken token) voidTokenService.UpdateToken(AuthToken token) -
Uses of AuthToken in io.mosip.kernel.auth.defaultimpl.service.impl
Methods in io.mosip.kernel.auth.defaultimpl.service.impl that return AuthTokenModifier and TypeMethodDescriptionTokenServicesImpl.getTokenBasedOnName(String userName) TokenServicesImpl.getTokenDetails(String token) TokenServicesImpl.getUpdatedAccessToken(String token, TimeToken newAccessToken, String userName) Methods in io.mosip.kernel.auth.defaultimpl.service.impl with parameters of type AuthTokenModifier and TypeMethodDescriptionvoidTokenServicesImpl.StoreToken(AuthToken token) voidTokenServicesImpl.UpdateToken(AuthToken token)