Modifier and Type | Method and Description |
---|---|
protected Application |
Integration.addApplication(String appName,
ApplicationType applicationType,
String description,
String password,
boolean allowAllToAuthenticate) |
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. |
protected Attributes |
SpringLDAPConnector.getNewUserAttributes(User user,
PasswordCredential credential)
Translates the
User into LDAP attributes, in preparation for creating a new user. |
void |
AzureAdDirectory.updateUserCredential(String username,
PasswordCredential credential) |
void |
AuditingDirectoryDecorator.updateUserCredential(String username,
PasswordCredential credential) |
void |
DbCachingRemoteDirectory.updateUserCredential(String username,
PasswordCredential credential) |
void |
SpringLDAPConnector.updateUserCredential(String name,
PasswordCredential credential) |
void |
AppleOpenDirectory.updateUserCredential(String name,
PasswordCredential credential)
We don't support changing passwords in Open Directory, mainly because we can't figure out how.
|
void |
RemoteCrowdDirectory.updateUserCredential(String username,
PasswordCredential credential) |
void |
AbstractForwardingDirectory.updateUserCredential(String username,
PasswordCredential credential) |
void |
DelegatedAuthenticationDirectory.updateUserCredential(String username,
PasswordCredential credential) |
void |
AbstractInternalDirectory.updateUserCredential(String name,
PasswordCredential newCredential) |
void |
MockSimpleRemoteDirectory.updateUserCredential(String username,
PasswordCredential credential) |
void |
RemoteDirectory.updateUserCredential(String username,
PasswordCredential credential)
|
void |
InternalDirectoryUtils.validateCredential(User user,
PasswordCredential credential,
Set<PasswordConstraint> passwordConstraints,
String message)
Validates a password credential for a given user against the given set of constraints.
|
void |
InternalDirectoryUtilsImpl.validateCredential(User user,
PasswordCredential credential,
Set<PasswordConstraint> passwordConstraints,
String passwordComplexityMessage) |
Modifier and Type | Method and Description |
---|---|
String |
EncryptingCredentialEncoder.encodeCredential(PasswordCredential passwordCredential) |
String |
EnforceUnencryptedCredentialEncoder.encodeCredential(PasswordCredential passwordCredential) |
byte[] |
ActiveDirectoryCredentialEncoder.encodeCredential(PasswordCredential passwordCredential) |
Object |
LDAPCredentialEncoder.encodeCredential(PasswordCredential passwordCredential)
Given an plain-text password, encodes/encrypts it according to the settings required by the particular directory
connector which this encoder is intended to be used with.
|
String |
LDAPCredentialEncoder.LDAPCredentialToStringEncoder.encodeCredential(PasswordCredential passwordCredential) |
byte[] |
LDAPCredentialEncoder.LDAPCredentialToByteArrayEncoder.encodeCredential(PasswordCredential passwordCredential) |
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. |
void |
CrowdService.updateUserCredential(User user,
String credential)
|
Modifier and Type | Method and Description |
---|---|
User |
CrowdServiceImpl.addUser(User user,
String credential) |
UserWithAttributes |
CrowdServiceImpl.addUser(UserWithAttributes user,
String credential) |
void |
CrowdServiceImpl.updateUserCredential(User user,
String credential) |
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
RestCrowdClient.addUser(User user,
PasswordCredential passwordCredential) |
UserWithAttributes |
RestCrowdClient.addUser(UserWithAttributes user,
PasswordCredential passwordCredential) |
void |
RestCrowdClient.updateUserCredential(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
Application |
ApplicationManagerGeneric.add(Application application) |
Application |
ApplicationManager.add(Application application)
Will add the given Application to Crowd
|
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.
|
void |
ApplicationServiceGeneric.updateUserCredential(Application application,
String username,
PasswordCredential credential) |
void |
TranslatingApplicationService.updateUserCredential(Application application,
String username,
PasswordCredential credential) |
void |
AbstractDelegatingApplicationService.updateUserCredential(Application application,
String username,
PasswordCredential credential) |
void |
ApplicationService.updateUserCredential(Application application,
String username,
PasswordCredential credential)
Updates the credentials of the first matching user from all the active directories assigned to the application.
|
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 . |
void |
DirectoryManagerGeneric.updateUserCredential(long directoryId,
String username,
PasswordCredential credential) |
void |
DirectoryManager.updateUserCredential(long directoryId,
String username,
PasswordCredential credential)
This will update the user's credential in the given directory specified by the passed in
directoryId . |
Modifier and Type | Method and Description |
---|---|
void |
ForgottenLoginManagerImpl.resetUserCredential(long directoryId,
String username,
PasswordCredential credential,
String token) |
void |
ForgottenLoginManager.resetUserCredential(long directoryId,
String username,
PasswordCredential credential,
String token)
Resets the user credentials and invalidates the token.
|
Modifier and Type | Method and Description |
---|---|
User |
RecoveryModeRemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
UserWithAttributes |
RecoveryModeRemoteDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
void |
RecoveryModeRemoteDirectory.updateUserCredential(String username,
PasswordCredential credential) |
Modifier and Type | Method and Description |
---|---|
String |
ForgottenLoginDetails.update() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
InvalidCredentialExceptionMapper.toResponse(InvalidCredentialException exception) |
Modifier and Type | Method and Description |
---|---|
UserEntity |
UsersController.addUser(UserEntity userEntity,
com.atlassian.plugins.rest.common.Link userLink)
Adds a new user.
|
void |
UsersController.clearUserPassword(String username)
Clears a user's password, so that the user cannot authenticate with any password.
|
void |
UsersController.updateUserPassword(String username,
String password)
Updates a user's password.
|
Modifier and Type | Method and Description |
---|---|
void |
AccountManagementController.changePassword(String username,
String originalPassword,
String newPassword) |
void |
AccountManagementController.resetPassword(String username,
long directoryId,
String password,
String token) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.plugins.rest.common.Link |
ApplicationController.addApplication(ApplicationEntity applicationEntity,
URI baseUri)
Adds a new application.
|
com.atlassian.plugins.rest.common.Link |
ApplicationController.addApplicationWithRequestAddress(ApplicationEntity applicationEntity,
javax.servlet.http.HttpServletRequest request,
URI baseUri)
Adds a new application with the request address.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ApplicationResource.addApplication(boolean includeRequestAddress,
ApplicationEntity applicationEntity)
Adds a new application.
|
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.deleteUserPassword(String userName)
Deletes a user password.
|
javax.ws.rs.core.Response |
UsersResource.updateUserPassword(String userName,
PasswordEntity password)
Updates a user password.
|
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
UserManager.addUser(SOAPPrincipal user,
PasswordCredential credential)
Adds a user to Crowd.
|
void |
UserManager.updatePassword(String userName,
PasswordCredential credential)
Changes the password for the user specified by
userName . |
Modifier and Type | Method and Description |
---|---|
SOAPPrincipal |
CachingUserManager.addUser(SOAPPrincipal user,
PasswordCredential credential) |
void |
CachingUserManager.updatePassword(String userName,
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.
|
void |
CrowdClient.updateUserCredential(String username,
String password)
Updates the user's password 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.
|
void |
SecurityServerClientImpl.resetPrincipalCredential(String principal) |
void |
SecurityServerClient.resetPrincipalCredential(String principal)
Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
|
void |
SecurityServerClientImpl.updatePrincipalCredential(String principal,
PasswordCredential credential) |
void |
SecurityServerClient.updatePrincipalCredential(String principal,
PasswordCredential credential)
Updates the password credential for a principal who is in the application's assigned directory.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(InvalidCredentialException e) |
Modifier and Type | Method and Description |
---|---|
static void |
SoapExceptionTranslator.throwEquivalentCheckedException(InvalidCredentialException e) |
Copyright © 2020 Atlassian. All rights reserved.