Uses of Class
com.avoka.fc.core.util.ApplicationEmailException
-
Packages that use ApplicationEmailException Package Description com.avoka.fc.core.security Provides classes related to security and authentication.com.avoka.fc.core.service Provides the SmartForm Manager service classes. -
-
Uses of ApplicationEmailException in com.avoka.fc.core.security
Methods in com.avoka.fc.core.security that throw ApplicationEmailException Modifier and Type Method Description UserAccount
ISecurityManagerService. createUserAndProfile(String loginName, String email, String password, String givenName, String familyName, String mobile, Map<String,String> profileMap, String authenticationDomain, String userType, boolean isSelfRegistration)
Create a new user account and profile -
Uses of ApplicationEmailException in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that throw ApplicationEmailException Modifier and Type Method Description UserAccount
UserService. createUserAndProfile(String loginName, String email, String password, String givenName, String familyName, String authenticationDomain, String userType, Portal portal, boolean isSelfRegistration)
Create a registered user with a default profile from the given user details.UserAccount
UserService. createUserAndProfile(String loginName, String email, String password, String givenName, String familyName, String mobile, String authenticationDomain, String userType, Portal portal, boolean isSelfRegistration)
Create a registered user with a default profile from the given user details.
-