Uses of Class
io.mosip.kernel.auth.defaultimpl.dto.AuthToken
-
Packages that use AuthToken Package Description io.mosip.kernel.auth.defaultimpl.service io.mosip.kernel.auth.defaultimpl.service.impl -
-
Uses of AuthToken in io.mosip.kernel.auth.defaultimpl.service
Methods in io.mosip.kernel.auth.defaultimpl.service that return AuthToken Modifier and Type Method Description AuthTokenTokenService. getTokenBasedOnName(String userName)AuthTokenTokenService. getTokenDetails(String token)AuthTokenTokenService. getUpdatedAccessToken(String token, TimeToken newAccessToken, String userName)Methods in io.mosip.kernel.auth.defaultimpl.service with parameters of type AuthToken Modifier and Type Method Description voidTokenService. 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 AuthToken Modifier and Type Method Description AuthTokenTokenServicesImpl. getTokenBasedOnName(String userName)AuthTokenTokenServicesImpl. getTokenDetails(String token)AuthTokenTokenServicesImpl. getUpdatedAccessToken(String token, TimeToken newAccessToken, String userName)Methods in io.mosip.kernel.auth.defaultimpl.service.impl with parameters of type AuthToken Modifier and Type Method Description voidTokenServicesImpl. StoreToken(AuthToken token)voidTokenServicesImpl. UpdateToken(AuthToken token)
-