Modifier and Type | Method and Description |
---|---|
InternalUser |
UserDAOHibernate.add(User user,
PasswordCredential credential) |
InternalUser |
UserDAOHibernate.rename(User user,
String newUsername) |
Modifier and Type | Method and Description |
---|---|
User |
AzureAdDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
AuditingDirectoryDecorator.addUser(UserTemplate user,
PasswordCredential credential) |
User |
CachingDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user with no special added logic.
|
User |
AbstractForwardingDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
InternalDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
MockSimpleRemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
RemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Deprecated.
|
UserWithAttributes |
AzureAdDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
AuditingDirectoryDecorator.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
DbCachingRemoteDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
CachingDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential)
Adds a user without modifying it, including storing its attributes.
|
abstract UserWithAttributes |
AbstractInternalDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
AbstractForwardingDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
InternalDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential)
Adds a user and the following custom attributes:
- RemotePrincipalConstants.PASSWORD_LASTCHANGED set to the current time.
|
UserWithAttributes |
MockSimpleRemoteDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
RemoteDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential)
Adds a
user to the directory store. |
protected User |
MockSimpleRemoteDirectory.rename(User oldUser,
String newName) |
User |
AzureAdDirectory.renameUser(String oldName,
String newName) |
User |
AuditingDirectoryDecorator.renameUser(String oldName,
String newName) |
User |
DbCachingRemoteDirectory.renameUser(String oldName,
String newName) |
User |
AbstractInternalDirectory.renameUser(String oldName,
String newName) |
User |
AbstractForwardingDirectory.renameUser(String oldName,
String newName) |
User |
MockSimpleRemoteDirectory.renameUser(String oldName,
String newName) |
User |
RemoteDirectory.renameUser(String oldName,
String newName)
Renames a
user . |
Modifier and Type | Method and Description |
---|---|
User |
UserDao.add(User user,
PasswordCredential credential)
Creates a new user with the given details and credentials.
|
User |
UserDao.rename(User user,
String newName)
Changes the user's name to the provided new name.
|
Modifier and Type | Method and Description |
---|---|
User |
DirectoryManagerGeneric.addUser(long directoryId,
UserTemplate user,
PasswordCredential credential) |
User |
DirectoryManager.addUser(long directoryId,
UserTemplate user,
PasswordCredential credential)
Deprecated.
|
UserWithAttributes |
DirectoryManagerGeneric.addUser(long directoryId,
UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
DirectoryManager.addUser(long directoryId,
UserTemplateWithAttributes user,
PasswordCredential credential)
Adds a
UserWithAttributes to the directory specified by the passed in directoryId . |
User |
DirectoryManagerGeneric.renameUser(long directoryId,
String oldUsername,
String newUsername) |
User |
DirectoryManager.renameUser(long directoryId,
String oldUsername,
String newUsername)
Renames a user in the directory specified by the passed in
directoryId . |
Modifier and Type | Method and Description |
---|---|
User |
RecoveryModeRemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
UserWithAttributes |
RecoveryModeRemoteDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
User |
RecoveryModeRemoteDirectory.renameUser(String oldName,
String newName) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UsersResource.addUser(UserEntity userEntity)
Creates a new user
|
Copyright © 2021 Atlassian. All rights reserved.