Uses of Interface
com.elasticpath.service.auth.UserIdentityService

Packages that use UserIdentityService
com.elasticpath.service.auth.impl   
com.elasticpath.service.customer   
com.elasticpath.service.customer.impl   
 

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

Classes in com.elasticpath.service.auth.impl that implement UserIdentityService
 class EpUserIdentityService
          This is a default indentity service for EP authentication.
 

Uses of UserIdentityService in com.elasticpath.service.customer
 

Methods in com.elasticpath.service.customer with parameters of type UserIdentityService
 void CustomerService.setUserIdentityService(UserIdentityService userIdentityService)
          Set the userIdentityService instance.
 

Uses of UserIdentityService in com.elasticpath.service.customer.impl
 

Methods in com.elasticpath.service.customer.impl with parameters of type UserIdentityService
 void CustomerServiceImpl.setUserIdentityService(UserIdentityService userIdentityService)
          Set the userIdentityService instance.