Uses of Class
io.mosip.kernel.auth.defaultimpl.dto.TimeToken
-
Packages that use TimeToken Package Description io.mosip.kernel.auth.defaultimpl.service io.mosip.kernel.auth.defaultimpl.service.impl io.mosip.kernel.auth.defaultimpl.util -
-
Uses of TimeToken in io.mosip.kernel.auth.defaultimpl.service
Methods in io.mosip.kernel.auth.defaultimpl.service with parameters of type TimeToken Modifier and Type Method Description AuthTokenTokenService. getUpdatedAccessToken(String token, TimeToken newAccessToken, String userName) -
Uses of TimeToken in io.mosip.kernel.auth.defaultimpl.service.impl
Methods in io.mosip.kernel.auth.defaultimpl.service.impl with parameters of type TimeToken Modifier and Type Method Description AuthTokenTokenServicesImpl. getUpdatedAccessToken(String token, TimeToken newAccessToken, String userName) -
Uses of TimeToken in io.mosip.kernel.auth.defaultimpl.util
Methods in io.mosip.kernel.auth.defaultimpl.util that return TimeToken Modifier and Type Method Description TimeTokenTokenGenerator. generateNewToken(String existingToken)
-