Uses of Class
org.genesys.blocks.security.UserException
-
Packages that use UserException Package Description org.genesys.blocks.security org.genesys.blocks.security.service org.genesys.blocks.security.service.impl -
-
Uses of UserException in org.genesys.blocks.security
Subclasses of UserException in org.genesys.blocks.security Modifier and Type Class Description classNotUniqueUserExceptionThe Class NotUniqueUserException.classNoUserFoundExceptionThe Class NoUserFoundException. -
Uses of UserException in org.genesys.blocks.security.service
Subclasses of UserException in org.genesys.blocks.security.service Modifier and Type Class Description static classPasswordPolicy.PasswordPolicyExceptionThrown when password is not okay.Methods in org.genesys.blocks.security.service that throw UserException Modifier and Type Method Description TBasicUserService. createUser(String email, String fullName, String password, BasicUser.AccountType accountType)Create a new user account.TBasicUserService. updateUser(T user, String email, String fullName)Update user information. -
Uses of UserException in org.genesys.blocks.security.service.impl
Methods in org.genesys.blocks.security.service.impl that throw UserException Modifier and Type Method Description protected abstract TBasicUserServiceImpl. createSystemAdministrator(String username)Implementations must create a user with specified username with ADMINISTRATOR role and account typeBasicUser.AccountType.SYSTEM.TBasicUserServiceImpl. updateUser(T user, String email, String fullName)
-