-
com.aerospike.client.command.AdminCommand.createUser()
-
com.comcast.cmb.common.persistence.IUserPersistence.createUser()
Create a user given username and password
@param userName
@param password
@return User object if successful
-
com.comcast.cmb.common.persistence.UserCassandraPersistence.createUser()
-
com.dotmarketing.business.UserAPI.createUser()
Creates an instance of a user
@param userId Can be null
@param email Can be null
@return
@throws DotDataException
-
com.eforce.baby.auth.dao.UserDAO.createUser()
@param dsName
@param dbType
@param userVO
-
com.eforce.baby.auth.delegates.UserBD.createUser()
This is called when a user is created
@param dsName
@param dbType
@param userVO
@throws EEMSException
-
com.github.hipchat.api.HipChat.createUser()
-
com.icegreen.greenmail.user.UserManager.createUser()
-
com.opensymphony.module.user.UserManager.createUser()
-
com.porterhead.rest.user.UserService.createUser()
Create a new User with the given role
@param request
@param role
@return AuthenticatedUserToken
-
com.porterhead.rest.user.UserServiceImpl.createUser()
{@inheritDoc}This method creates a User with the given Role. A check is made to see if the username already exists and a duplication check is made on the email address if it is present in the request.
The password is hashed and a AuthorizationToken generated for subsequent authorization of role-protected requests.
-
com.rapleaf.jack.test_project.database_1.models.Image.createUser()
-
com.streamreduce.core.service.UserService.createUser()
-
com.ursu.server.dao.UserDao.createUser()
Method used to create a user account in the datastore
@param user the user which we will have to persist
@return true if the user doesn't exist or false if the username alreadyexists
-
com.vmware.vim25.mo.HostLocalAccountManager.createUser()
-
enterprise.web.tookit.user.UserBeanRemote.createUser()
-
es.ipsa.atril.sec.admin.AuthorizationAdminManager.createUser()
-
evolaris.framework.um.business.UserManager.createUser()
Creates a new user; the creation date is automatically set
@param user the user object
@param password the unencoded password - will be stored MD5 encoded within the user object; if null the username and password is set to null
-
javax.xml.registry.BusinessLifeCycleManager.createUser()
-
labsis.usuario.managers.Manager.createUser()
-
net.sourceforge.pebble.security.SecurityRealm.createUser()
Creates a new user.
@param pud a PebbleUserDetails instance
-
org.anjocaido.groupmanager.dataholder.DataHolder.createUser()
-
org.apache.ambari.server.security.authorization.Users.createUser()
Creates new local user with provided userName and password
-
org.apache.archiva.redback.users.UserManager.createUser()
-
org.apache.catalina.UserDatabase.createUser()
Create and return a new {@link User} defined in this user database.
@param username The logon username of the new user (must be unique)
@param password The logon password of the new user
@param fullName The full name of the new user
-
org.apache.catalina.users.MemoryUserDatabase.createUser()
Create and return a new {@link User} defined in this user database.
@param username The logon username of the new user (must be unique)
@param password The logon password of the new user
@param fullName The full name of the new user
-
org.apache.ftpserver.usermanager.UserFactory.createUser()
Creates a user based on the configuration set on the factory
@return The created user
-
org.apache.jackrabbit.api.security.user.UserManager.createUser()
Creates an User for the given userID / password pair; neither of the specified parameters can be null
.
Same as {@link #createUser(String,String,Principal,String)} wherethe specified userID is equal to the principal name and the intermediate path is null
.
@param userID The id of the new user.
@param password The initial password of this user.
@return The new User
.
@throws AuthorizableExistsException in case the given userID is alreadyin use or another Authorizable with the same principal name exists.
@throws RepositoryException If another error occurs.
-
org.apache.jackrabbit.oak.spi.security.user.UserProvider.createUser()
-
org.apache.shale.usecases.logic.LogonLogic.createUser()
Create and return a {@link User} object that may be populatedand then passed to insertUser()
for persistence.
-
org.apache.struts.apps.mailreader.dao.UserDatabase.createUser()
Create and return a new {@link User} defined in this user database.
@param username Username of the new user
@exception IllegalArgumentException if the specified usernameis not unique
-
org.atomojo.app.auth.AuthService.createUser()
-
org.buni.meldware.mail.management.AdminTool.createUser()
-
org.cafesip.jiplet.console.server.RealmMgmt.createUser()
-
org.codehaus.plexus.redback.users.UserManager.createUser()
Factory method to create new User Objects based on provider specific implementation.
User objects created this way do not exist in the provider's underlying data store until a call to {@link #addUser(User)} is made.
@param username the username for this user.
@param fullName the full name for this user.
@param emailAddress the email address for this user.
@return the new user object ready to use.
-
org.codehaus.plexus.security.user.UserManager.createUser()
-
org.domain.model.component.user.Users.createUser()
Creates a user.
@param firstName first name
@param lastName last name
@param email email
@param code code
@param password password
@return user
-
org.drools.repository.security.PermissionManager.createUser()
-
org.eclipse.orion.server.core.metastore.IMetaStore.createUser()
Creates a new user in the backing store containing the provided user information.
@param info the information about the user to create
@throws CoreException if the user could not be created
-
org.exoplatform.services.organization.UserHandler.createUser()
This method is used to persist a new user object.
@param user: The user object to save
@param broadcast: If the broadcast value is true , then the UserHandlershould broadcast the event to all the listener that register with the organization service. For example, the portal service register an user event listener with the organization service. when a new account is created, a portal configuration should be created for the new user account at the same time. In this case the portal user event listener will be called in the createUser method.
@throws Exception : The exception can be throwed if the the UserHandler cannot persist the user object or any listeners fail to handle the user event.
-
org.infoglue.cms.controllers.kernel.impl.simple.UserControllerProxy.createUser()
This method creates a new user
-
org.jabusuite.core.users.session.JbsUsersRemote.createUser()
Create a new user
@param user
-
org.jahia.services.usermanager.JahiaUserManagerService.createUser()
This is the method that creates a new user in the system, with all the specified properties.
@param name User identification name.
@param password User password
@param properties User additional parameters. If the user has no additional
-
org.jbpm.api.IdentityService.createUser()
create a new user.
-
org.jbpm.pvm.internal.identity.spi.IdentitySession.createUser()
create a new user
-
org.jivesoftware.openfire.user.UserManager.createUser()
Creates a new User. Required values are username and password. The email address and name can optionally be null, unless the UserProvider deems that either of them are required.
@param username the new and unique username for the account.
@param password the password for the account (plain text).
@param name the name of the user, which can be null unless the UserProviderdeems that it's required.
@param email the email address to associate with the new account, which canbe null, unless the UserProvider deems that it's required.
@return a new User.
@throws UserAlreadyExistsException if the username already exists in the system.
@throws UnsupportedOperationException if the provider does not support theoperation.
-
org.lab41.dendrite.metagraph.MetaGraphTx.createUser()
-
org.nemesis.forum.ProfileManager.createUser()
Factory method for creating a new User. A password, email address, and unique username are all required fields to create a new User.
@param username the new and unique username for the account.
@param password the password for the account as plain text.
@param email the email address for the account.
@return a new User.
@throws UserAlreadyExistsException if the username already exists inthe system.
-
org.olat.user.UserManager.createUser()
Create a transient user object. Use SaveUser to persist the object or use the createAndPersistUser method.
@param firstName
@param lastName
@param eMail
@return New user instance
-
org.openengsb.core.api.security.service.UserDataManager.createUser()
creates a new user with the specified name
@throws UserExistsException if the user already exists
-
org.openengsb.core.test.UserManagerStub.createUser()
-
org.palo.viewapi.services.AdministrationService.createUser()
-
org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao.createUser()
Creates user under a specified tenant. If the tenant is null then it will create the user under a default tenant.
@param tenant
@param username
@param password
@param description
@param roles
@return pentaho user
@throws AlreadyExistsException
@throws UncategorizedUserRoleDaoException
-
org.pentaho.platform.security.userroledao.ws.IUserRoleWebService.createUser()
creates a new user.
@param proxyUser
@return
@throws UserRoleException
-
org.platformlayer.auth.UserDatabase.createUser()
-
xregistry.impl.XregistryImpl.createUser()