Uses of Class
io.mosip.authentication.common.service.entity.AuthtypeLock
-
Packages that use AuthtypeLock Package Description io.mosip.authentication.common.service.impl io.mosip.authentication.common.service.repository -
-
Uses of AuthtypeLock in io.mosip.authentication.common.service.impl
Methods in io.mosip.authentication.common.service.impl that return types with arguments of type AuthtypeLock Modifier and Type Method Description List<AuthtypeLock>AuthtypeStatusImpl. getAuthTypeList(String token) -
Uses of AuthtypeLock in io.mosip.authentication.common.service.repository
Methods in io.mosip.authentication.common.service.repository that return types with arguments of type AuthtypeLock Modifier and Type Method Description List<AuthtypeLock>AuthLockRepository. findByTokenAndAuthtypecode(String tokenId, String authtypecode)
-