|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvalidCredentialException in com.atlassian.crowd.acceptance.tests.directory |
---|
Uses of InvalidCredentialException in com.atlassian.crowd.acceptance.tests.persistence.directory |
---|
Methods in com.atlassian.crowd.acceptance.tests.persistence.directory that throw InvalidCredentialException | |
---|---|
void |
InternalDirectoryIntegrationTest.testAddAllUsersToGroup()
|
void |
InternalDirectoryIntegrationTest.testAddUserToGroup()
|
void |
InternalDirectoryIntegrationTest.testRemoveUserFromGroup()
|
Uses of InvalidCredentialException in com.atlassian.crowd.acceptance.tests.persistence.manager.directory |
---|
Methods in com.atlassian.crowd.acceptance.tests.persistence.manager.directory that throw InvalidCredentialException | |
---|---|
protected void |
DirectoryManagerGenericNestedGroupsTest.addUser(java.lang.String name)
|
Uses of InvalidCredentialException in com.atlassian.crowd.console.action |
---|
Methods in com.atlassian.crowd.console.action that throw InvalidCredentialException | |
---|---|
java.lang.String |
ForgottenPassword.doInput()
|
java.lang.String |
ForgottenLoginDetails.doUpdate()
|
Uses of InvalidCredentialException in com.atlassian.crowd.console.action.setup |
---|
Methods in com.atlassian.crowd.console.action.setup that throw InvalidCredentialException | |
---|---|
protected Application |
Integration.addApplication(java.lang.String appName,
ApplicationType applicationType,
java.lang.String description,
java.lang.String password,
boolean allowAllToAuthenticate)
|
Uses of InvalidCredentialException in com.atlassian.crowd.directory |
---|
Methods in com.atlassian.crowd.directory that throw InvalidCredentialException | |
---|---|
User |
RemoteCrowdDirectory.addUser(UserTemplate user,
PasswordCredential credential)
|
User |
InternalDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user and the following custom attributes: - RemotePrincipalConstants.PASSWORD_LASTCHANGED set to the current time. |
User |
DelegatedAuthenticationDirectory.addUser(UserTemplate user,
PasswordCredential credential)
|
User |
CachingDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user with no special added logic. |
abstract User |
AbstractInternalDirectory.addUser(UserTemplate user,
PasswordCredential credential)
|
User |
RemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user to the directory store. |
LDAPUserWithAttributes |
SpringLDAPConnector.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user to LDAP. |
LDAPUserWithAttributes |
Rfc2307.addUser(UserTemplate user,
PasswordCredential credential)
|
User |
DbCachingRemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential)
|
protected abstract java.lang.Object |
SpringLDAPConnector.encodePassword(java.lang.String unencodedPassword)
Given an plain-text password, encodes/encrypts it according to the settings required by the particular directory connector. |
protected byte[] |
MicrosoftActiveDirectory.encodePassword(java.lang.String unencodedPassword)
Converts the clear-text password to the { AD_PASSWORD_ENCODED encoding - currently UTF-16LE |
protected javax.naming.directory.Attributes |
SpringLDAPConnector.getNewUserAttributes(User user,
PasswordCredential credential)
Translates the User into LDAP attributes, in preparation for creating a new user. |
void |
RemoteCrowdDirectory.updateUserCredential(java.lang.String username,
PasswordCredential credential)
|
void |
DelegatedAuthenticationDirectory.updateUserCredential(java.lang.String username,
PasswordCredential credential)
|
void |
AbstractInternalDirectory.updateUserCredential(java.lang.String name,
PasswordCredential newCredential)
|
void |
RemoteDirectory.updateUserCredential(java.lang.String username,
PasswordCredential credential)
Updates the password for a user . |
void |
SpringLDAPConnector.updateUserCredential(java.lang.String name,
PasswordCredential credential)
|
void |
AppleOpenDirectory.updateUserCredential(java.lang.String name,
PasswordCredential credential)
We don't support changing passwords in Open Directory, mainly because we can't figure out how. |
void |
DbCachingRemoteDirectory.updateUserCredential(java.lang.String username,
PasswordCredential credential)
|
void |
InternalDirectoryUtilsImpl.validateCredential(PasswordCredential credential,
java.lang.String regex)
|
void |
InternalDirectoryUtils.validateCredential(PasswordCredential credential,
java.lang.String regex)
|
Uses of InvalidCredentialException in com.atlassian.crowd.embedded.api |
---|
Methods in com.atlassian.crowd.embedded.api that throw InvalidCredentialException | |
---|---|
User |
CrowdAdminService.addUser(User user,
java.lang.String credential)
Adds a user to the directory store. |
void |
CrowdAdminService.updateUserCredential(User user,
java.lang.String credential)
Updates the password for a user . |
Uses of InvalidCredentialException in com.atlassian.crowd.embedded.core |
---|
Methods in com.atlassian.crowd.embedded.core that throw InvalidCredentialException | |
---|---|
User |
CrowdAdminServiceImpl.addUser(User user,
java.lang.String credential)
|
void |
CrowdAdminServiceImpl.updateUserCredential(User user,
java.lang.String credential)
|
Uses of InvalidCredentialException in com.atlassian.crowd.integration.rest.service |
---|
Methods in com.atlassian.crowd.integration.rest.service that throw InvalidCredentialException | |
---|---|
void |
RestCrowdClient.addUser(User user,
PasswordCredential passwordCredential)
|
void |
RestCrowdClient.updateUser(User user)
|
void |
RestCrowdClient.updateUserCredential(java.lang.String username,
java.lang.String password)
|
Uses of InvalidCredentialException in com.atlassian.crowd.manager.application |
---|
Methods in com.atlassian.crowd.manager.application that throw InvalidCredentialException | |
---|---|
Application |
ApplicationManager.add(Application application)
Will add the given Application to Crowd |
Application |
ApplicationManagerGeneric.add(Application application)
|
User |
ApplicationService.addUser(Application application,
UserTemplate user,
PasswordCredential credential)
Adds the user to the first permissible active directory. |
User |
TranslatingApplicationService.addUser(Application application,
UserTemplate user,
PasswordCredential credential)
|
User |
ApplicationServiceGeneric.addUser(Application application,
UserTemplate user,
PasswordCredential credential)
|
void |
ApplicationService.resetUserCredential(Application application,
java.lang.String username)
Deprecated. since 2.1 |
void |
TranslatingApplicationService.resetUserCredential(Application application,
java.lang.String username)
|
void |
ApplicationServiceGeneric.resetUserCredential(Application application,
java.lang.String username)
|
void |
ApplicationService.updateUserCredential(Application application,
java.lang.String username,
PasswordCredential credential)
Updates the credentials of the first matching user from all the active directories assigned to the application. |
void |
TranslatingApplicationService.updateUserCredential(Application application,
java.lang.String username,
PasswordCredential credential)
|
void |
ApplicationServiceGeneric.updateUserCredential(Application application,
java.lang.String username,
PasswordCredential credential)
|
Uses of InvalidCredentialException in com.atlassian.crowd.manager.directory |
---|
Methods in com.atlassian.crowd.manager.directory that throw InvalidCredentialException | |
---|---|
User |
DirectoryManager.addUser(long directoryId,
UserTemplate user,
PasswordCredential credential)
Adds a User to the directory specified by the passed in directoryId . |
User |
DirectoryManagerGeneric.addUser(long directoryId,
UserTemplate user,
PasswordCredential credential)
|
void |
DirectoryManager.resetPassword(long directoryId,
java.lang.String username)
Deprecated. since 2.1 |
void |
DirectoryManagerGeneric.resetPassword(long directoryId,
java.lang.String username)
|
void |
DirectoryManager.updateUserCredential(long directoryId,
java.lang.String username,
PasswordCredential credential)
This will update the user's credential in the given directory specified by the passed in directoryId . |
void |
DirectoryManagerGeneric.updateUserCredential(long directoryId,
java.lang.String username,
PasswordCredential credential)
|
Uses of InvalidCredentialException in com.atlassian.crowd.manager.login |
---|
Methods in com.atlassian.crowd.manager.login that throw InvalidCredentialException | |
---|---|
void |
ForgottenLoginManagerImpl.resetUserCredential(long directoryId,
java.lang.String username,
PasswordCredential credential,
java.lang.String token)
|
void |
ForgottenLoginManager.resetUserCredential(long directoryId,
java.lang.String username,
PasswordCredential credential,
java.lang.String token)
Resets the user credentials and invalidates the token. |
Uses of InvalidCredentialException in com.atlassian.crowd.plugin.rest.exception.mapper |
---|
Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type InvalidCredentialException | |
---|---|
javax.ws.rs.core.Response |
InvalidCredentialExceptionMapper.toResponse(InvalidCredentialException exception)
|
Uses of InvalidCredentialException in com.atlassian.crowd.service |
---|
Methods in com.atlassian.crowd.service that throw InvalidCredentialException | |
---|---|
SOAPPrincipal |
UserManager.addUser(SOAPPrincipal user,
PasswordCredential credential)
Adds a user to Crowd. |
void |
UserManager.updatePassword(java.lang.String userName,
PasswordCredential credential)
Changes the password for the user specified by userName . |
Uses of InvalidCredentialException in com.atlassian.crowd.service.cache |
---|
Methods in com.atlassian.crowd.service.cache that throw InvalidCredentialException | |
---|---|
SOAPPrincipal |
CachingUserManager.addUser(SOAPPrincipal user,
PasswordCredential credential)
|
void |
CachingUserManager.updatePassword(java.lang.String userName,
PasswordCredential credential)
|
Uses of InvalidCredentialException in com.atlassian.crowd.service.client |
---|
Methods in com.atlassian.crowd.service.client that throw InvalidCredentialException | |
---|---|
void |
CrowdClient.addUser(User user,
PasswordCredential passwordCredential)
Adds a new User to the remote Crowd server. |
void |
CrowdClient.updateUser(User user)
Updates a user on the remote Crowd server. |
void |
CrowdClient.updateUserCredential(java.lang.String username,
java.lang.String password)
Updates the user's password on the remote Crowd server. |
Uses of InvalidCredentialException in com.atlassian.crowd.service.soap.client |
---|
Methods in com.atlassian.crowd.service.soap.client that throw InvalidCredentialException | |
---|---|
SOAPPrincipal |
SecurityServerClientImpl.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to the application's assigned directory. |
SOAPPrincipal |
SecurityServerClient.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to the application's assigned directory. |
void |
SecurityServerClientImpl.resetPrincipalCredential(java.lang.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 |
SecurityServerClient.resetPrincipalCredential(java.lang.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(java.lang.String principal,
PasswordCredential credential)
Updates the password credential for a principal who is in the application's assigned directory. |
void |
SecurityServerClient.updatePrincipalCredential(java.lang.String principal,
PasswordCredential credential)
Updates the password credential for a principal who is in the application's assigned directory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |