public interface CSRCapableUserDetailsServiceExtensionHandler
extends org.broadleafcommerce.common.extension.ExtensionHandler
CSRCapableUserDetailsServiceImpl
to allow for multitenant admin recognition. Specifically, detect whether
or not the matched admin based on the username or email belongs to the current site, or a parent site.Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
validateLoginForSite(String login,
org.broadleafcommerce.common.extension.ExtensionResultHolder<Boolean> validation) |
Copyright © 2021. All rights reserved.