Uses of Class
com.elasticpath.service.auth.IdentityServiceException

Packages that use IdentityServiceException
com.elasticpath.service.auth   
com.elasticpath.service.auth.impl   
 

Uses of IdentityServiceException in com.elasticpath.service.auth
 

Methods in com.elasticpath.service.auth that throw IdentityServiceException
 void UserIdentityService.add(java.lang.String userId, java.lang.String password)
          Create a new user identity.
 void UserIdentityService.changePassword(java.lang.String userId, java.lang.String oldPassword, java.lang.String newPassword)
          Secure method for changing the password, checks authentication first.
 boolean UserIdentityService.exists(java.lang.String userId)
          Check whether the given user exists.
 void UserIdentityService.remove(java.lang.String userId)
          Remove a user identity.
 void UserIdentityService.setPassword(java.lang.String userId, java.lang.String password)
          Change the password without requiring authentication, for use by administrators.
 

Uses of IdentityServiceException in com.elasticpath.service.auth.impl
 

Methods in com.elasticpath.service.auth.impl that throw IdentityServiceException
 void EpUserIdentityService.add(java.lang.String userId, java.lang.String password)
          Create a new user identity.
 void EpUserIdentityService.changePassword(java.lang.String userId, java.lang.String oldPassword, java.lang.String newPassword)
          Secure method for changing the password, checks authentication first.
 boolean EpUserIdentityService.exists(java.lang.String userId)
          Check whether the given user exists.
 void EpUserIdentityService.remove(java.lang.String userId)
          Remove a user identity.
 void EpUserIdentityService.setPassword(java.lang.String userId, java.lang.String password)
          Change the password without requiring authentication, for use by administrators.