Uses of Class
org.genesys.blocks.security.NoUserFoundException
-
Packages that use NoUserFoundException Package Description org.genesys.blocks.security.service org.genesys.blocks.security.service.impl -
-
Uses of NoUserFoundException in org.genesys.blocks.security.service
Methods in org.genesys.blocks.security.service that throw NoUserFoundException Modifier and Type Method Description voidBasicUserService. setAccountLock(long userId, boolean locked)Sets the account lock.voidBasicUserService. setAccountLockLocal(long userId, boolean locked)Lock user account.voidBasicUserService. updateLastLogin(String userName)Update user's last login timestamp on successful login. -
Uses of NoUserFoundException in org.genesys.blocks.security.service.impl
Methods in org.genesys.blocks.security.service.impl that throw NoUserFoundException Modifier and Type Method Description voidBasicUserServiceImpl. setAccountLock(long userId, boolean locked)voidBasicUserServiceImpl. setAccountLockLocal(long userId, boolean locked)For internal use only.
-