Uses of Interface
com.broadleafcommerce.auth.security.repository.AuthCodeRepository
Packages that use AuthCodeRepository
- 
Uses of AuthCodeRepository in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return AuthCodeRepositoryModifier and TypeMethodDescriptionprotected AuthCodeRepositoryDefaultAuthorizationCodeServices.getAuthCodeRepository()Constructors in com.broadleafcommerce.auth.security.service with parameters of type AuthCodeRepositoryModifierConstructorDescriptionDefaultAuthorizationCodeServices(AuthCodeRepository authCodeRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory)