Modifier and Type | Method and Description |
---|---|
String |
BaseAction.getUserName() |
Modifier and Type | Method and Description |
---|---|
String |
BaseUserAction.getRemoteUsername() |
Modifier and Type | Method and Description |
---|---|
User |
AzureAdDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
AuditingDirectoryDecorator.addUser(UserTemplate user,
PasswordCredential credential) |
LDAPUserWithAttributes |
Rfc2307.addUser(UserTemplate user,
PasswordCredential credential) |
LDAPUserWithAttributes |
SpringLDAPConnector.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user to LDAP.
|
User |
RemoteCrowdDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
InternalDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
AbstractForwardingDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
CachingDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user with no special added logic.
|
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) |
LDAPUserWithAttributes |
Rfc2307.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
LDAPUserWithAttributes |
SpringLDAPConnector.addUser(UserTemplateWithAttributes user,
PasswordCredential credential)
Adds a user to LDAP.
|
UserWithAttributes |
RemoteCrowdDirectory.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 |
AbstractForwardingDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
abstract UserWithAttributes |
AbstractInternalDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
CachingDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential)
Adds a user without modifying it, including storing its attributes.
|
UserWithAttributes |
RemoteDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential)
Adds a
user to the directory store. |
User |
AzureAdDirectory.renameUser(String oldName,
String newName) |
User |
AuditingDirectoryDecorator.renameUser(String oldName,
String newName) |
User |
DbCachingRemoteDirectory.renameUser(String oldName,
String newName) |
User |
Rfc2307.renameUser(String oldName,
String newName) |
User |
SpringLDAPConnector.renameUser(String oldName,
String newName) |
User |
RemoteCrowdDirectory.renameUser(String oldName,
String newName) |
User |
AbstractForwardingDirectory.renameUser(String oldName,
String newName) |
User |
AbstractInternalDirectory.renameUser(String oldName,
String newName) |
User |
MockSimpleRemoteDirectory.renameUser(String oldName,
String newName) |
User |
RemoteDirectory.renameUser(String oldName,
String newName)
Renames a
user . |
User |
AzureAdDirectory.updateUser(UserTemplate user) |
User |
AuditingDirectoryDecorator.updateUser(UserTemplate user) |
User |
DbCachingRemoteDirectory.updateUser(UserTemplate user) |
User |
RemoteCrowdDirectory.updateUser(UserTemplate user) |
User |
InternalDirectory.updateUser(UserTemplate user) |
User |
AbstractForwardingDirectory.updateUser(UserTemplate user) |
User |
CachingDirectory.updateUser(UserTemplate user) |
User |
MockSimpleRemoteDirectory.updateUser(UserTemplate user) |
User |
RemoteDirectory.updateUser(UserTemplate user)
Updates the
user . |
protected User |
DbCachingRemoteDirectory.updateUserAndSetActiveFlag(User remoteUser,
User internalUser) |
Modifier and Type | Method and Description |
---|---|
User |
CrowdService.addUser(User user,
String credential)
Deprecated.
Use
CrowdService.addUser(UserWithAttributes, String) instead. Since v2.9 |
UserWithAttributes |
CrowdService.addUser(UserWithAttributes user,
String credential)
Adds a
user to the directory store. |
User |
CrowdService.renameUser(User user,
String newUsername)
Renames the
User . |
User |
CrowdService.updateUser(User user)
Updates the
User . |
Modifier and Type | Method and Description |
---|---|
User |
CrowdServiceImpl.addUser(User user,
String credential) |
UserWithAttributes |
CrowdServiceImpl.addUser(UserWithAttributes user,
String credential) |
User |
CrowdServiceImpl.renameUser(User user,
String newUsername) |
User |
CrowdServiceImpl.updateUser(User user) |
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
RestCrowdClient.addUser(User user,
PasswordCredential passwordCredential) |
UserWithAttributes |
RestCrowdClient.addUser(UserWithAttributes user,
PasswordCredential passwordCredential) |
User |
RestCrowdClient.renameUser(String oldUsername,
String newUsername) |
void |
RestCrowdClient.updateUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
ApplicationServiceGeneric.addUser(Application application,
UserTemplate user,
PasswordCredential credential) |
User |
TranslatingApplicationService.addUser(Application application,
UserTemplate user,
PasswordCredential credential) |
User |
AbstractDelegatingApplicationService.addUser(Application application,
UserTemplate user,
PasswordCredential credential) |
User |
ApplicationService.addUser(Application application,
UserTemplate user,
PasswordCredential credential)
|
UserWithAttributes |
ApplicationServiceGeneric.addUser(Application application,
UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
TranslatingApplicationService.addUser(Application application,
UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
AbstractDelegatingApplicationService.addUser(Application application,
UserTemplateWithAttributes userWithAttributes,
PasswordCredential credential) |
UserWithAttributes |
ApplicationService.addUser(Application application,
UserTemplateWithAttributes user,
PasswordCredential credential)
Adds the user to the first permissible active directory.
|
User |
ApplicationServiceGeneric.renameUser(Application application,
String oldUserName,
String newUsername) |
User |
TranslatingApplicationService.renameUser(Application application,
String oldUserName,
String newUsername) |
User |
AbstractDelegatingApplicationService.renameUser(Application application,
String oldUserName,
String newUsername) |
User |
ApplicationService.renameUser(Application application,
String oldUserName,
String newUsername)
Renames the user in the first active directory the users exists in.
|
User |
ApplicationServiceGeneric.updateUser(Application application,
UserTemplate user) |
User |
TranslatingApplicationService.updateUser(Application application,
UserTemplate user) |
User |
AbstractDelegatingApplicationService.updateUser(Application application,
UserTemplate user) |
User |
ApplicationService.updateUser(Application application,
UserTemplate user)
Updates the user in the first active directory the User belongs.
|
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 . |
User |
DirectoryManagerGeneric.updateUser(long directoryId,
UserTemplate user) |
User |
DirectoryManager.updateUser(long directoryId,
UserTemplate user)
Updates a user with the supplied template and returns the updated user retrieved from 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) |
User |
RecoveryModeRemoteDirectory.updateUser(UserTemplate user) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
InvalidUserExceptionMapper.toResponse(InvalidUserException exception) |
Modifier and Type | Method and Description |
---|---|
UserEntity |
UsersController.addUser(UserEntity userEntity,
com.atlassian.plugins.rest.common.Link userLink)
Adds a new user.
|
UserEntity |
UsersController.renameUser(String oldUsername,
com.atlassian.plugins.rest.common.Link userLink,
String newUsername)
Renames a user.
|
String |
UsersController.updateUser(UserEntity userEntity)
Updates a user.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UsersResource.addUser(UserEntity userEntity)
Creates a new user
|
javax.ws.rs.core.Response |
UsersResource.renameUser(String userName,
RenameEntity newUserName)
Renames a user.
|
javax.ws.rs.core.Response |
UsersResource.updateUser(String userName,
UserEntity userEntity)
Updates a user.
|
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
UserManager.addUser(SOAPPrincipal user,
PasswordCredential credential)
Adds a user to Crowd.
|
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
CachingUserManager.addUser(SOAPPrincipal user,
PasswordCredential credential) |
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
CrowdClient.addUser(User user,
PasswordCredential passwordCredential)
Deprecated.
|
UserWithAttributes |
CrowdClient.addUser(UserWithAttributes user,
PasswordCredential passwordCredential)
Adds a new User to the remote Crowd server and will attempt to add the attributes atomically, but for Crowd servers < v2.9.0
atomic attribute adding may not be supported.
|
User |
CrowdClient.renameUser(String oldUsername,
String newUsername)
Renames a user on the remote Crowd server, initially finding them by their current username.
|
void |
CrowdClient.updateUser(User user)
Updates a user on the remote Crowd server.
|
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
SecurityServerClientImpl.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential) |
SOAPPrincipal |
SecurityServerClient.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to the application's assigned directory.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(InvalidUserException e) |
Modifier and Type | Method and Description |
---|---|
static void |
SoapExceptionTranslator.throwEquivalentCheckedException(InvalidUserException e) |
Copyright © 2020 Atlassian. All rights reserved.