Uses of Class
com.atlassian.crowd.exception.InvalidCredentialException

Packages that use InvalidCredentialException
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.console.action   
com.atlassian.crowd.console.action.setup   
com.atlassian.crowd.directory   
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.manager.login   
com.atlassian.crowd.openid.server.action   
com.atlassian.crowd.plugin.rest.exception.mapper   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resource   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.client   
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.util   
 

Uses of InvalidCredentialException in com.atlassian.crowd.acceptance.tests.directory
 

Methods in com.atlassian.crowd.acceptance.tests.directory that throw InvalidCredentialException
protected  void BaseTest.addGroup(GroupTemplate group)
           
protected  void PageAndRangeTest.addUser(int i)
           
protected  void BaseTest.addUser(java.lang.String userName, java.lang.Long directoryId, java.lang.String password)
           
protected  void BaseTest.addUser(UserTemplate user, java.lang.String password)
           
protected  void NestedGroupsTest.loadTestData()
          Called as part of setUp()
 void BasicTest.testAddUserExisting()
           
 void BasicTest.testAddUserWithNullPassword()
          CWD-584 - users created through JIRA work this way.
 

Uses of InvalidCredentialException in com.atlassian.crowd.console.action
 

Methods in com.atlassian.crowd.console.action that throw InvalidCredentialException
 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)
          Validates password credential against the given regex.
 

Uses of InvalidCredentialException in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that throw InvalidCredentialException
 User CrowdService.addUser(User user, java.lang.String credential)
          Adds a user to the directory store.
 void CrowdService.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 CrowdServiceImpl.addUser(User user, java.lang.String credential)
           
 void CrowdServiceImpl.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.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 CachingApplicationService.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 CachingApplicationService.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 CachingApplicationService.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.openid.server.action
 

Methods in com.atlassian.crowd.openid.server.action that throw InvalidCredentialException
 java.lang.String ForgottenLoginDetails.doUpdate()
           
 

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.plugin.rest.service.controller
 

Methods in com.atlassian.crowd.plugin.rest.service.controller that throw InvalidCredentialException
 com.atlassian.plugins.rest.common.Link ApplicationController.addApplication(ApplicationEntity applicationEntity, java.net.URI baseUri)
          Adds a new application.
 com.atlassian.plugins.rest.common.Link ApplicationController.addApplicationWithRequestAddress(ApplicationEntity applicationEntity, javax.servlet.http.HttpServletRequest request, java.net.URI baseUri)
          Adds a new application with the request address.
 java.lang.String UsersController.addUser(java.lang.String applicationName, UserEntity userEntity)
          Adds a new user.
 void UsersController.updateUserPassword(java.lang.String applicationName, java.lang.String username, java.lang.String password)
          Updates a user's password.
 

Uses of InvalidCredentialException in com.atlassian.crowd.plugin.rest.service.resource
 

Methods in com.atlassian.crowd.plugin.rest.service.resource that throw InvalidCredentialException
 javax.ws.rs.core.Response ApplicationResource.addApplication(boolean includeRequestAddress, ApplicationEntity applicationEntity)
          Adds a new application.
 javax.ws.rs.core.Response UsersResource.addUser(UserEntity userEntity)
          Adds a new user.
 javax.ws.rs.core.Response UsersResource.updateUserPassword(java.lang.String userName, PasswordEntity password)
          Updates a user password.
 

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.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)
           
 SOAPPrincipal SecurityServerClient.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 void SecurityServerClientImpl.resetPrincipalCredential(java.lang.String principal)
           
 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)
           
 void SecurityServerClient.updatePrincipalCredential(java.lang.String principal, PasswordCredential credential)
          Updates the password credential for a principal who is in the application's assigned directory.
 

Uses of InvalidCredentialException in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util with parameters of type InvalidCredentialException
static void SoapExceptionTranslator.throwSoapEquivalentCheckedException(InvalidCredentialException e)
           
 

Methods in com.atlassian.crowd.util that throw InvalidCredentialException
static void SoapExceptionTranslator.throwEquivalentCheckedException(InvalidCredentialException e)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.