Uses of Class
com.avoka.fc.core.util.ApplicationEmailException
Package
Description
Provides classes related to security and authentication.
Provides the SmartForm Manager service classes.
-
Uses of ApplicationEmailException in com.avoka.fc.core.security
Modifier and TypeMethodDescriptionISecurityManagerService.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
Modifier and TypeMethodDescriptionUserService.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.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.