Uses of Class
com.broadleafcommerce.auth.server.validation.AuthServerEntityValidator
-
Packages that use AuthServerEntityValidator Package Description com.broadleafcommerce.auth.server.autoconfigure -
-
Uses of AuthServerEntityValidator in com.broadleafcommerce.auth.server.autoconfigure
Methods in com.broadleafcommerce.auth.server.autoconfigure that return AuthServerEntityValidator Modifier and Type Method Description AuthServerEntityValidator
AuthorizationServerAutoConfiguration. authServerEntityValidator()
Methods in com.broadleafcommerce.auth.server.autoconfigure with parameters of type AuthServerEntityValidator Modifier and Type Method Description <D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware>
AuthorizationServerService<AuthorizationServer>AuthorizationServerAutoConfiguration. authorizationServerService(AuthorizationServerRepository<D> repository, SimplePayloadMapper mapper, AuthServerEntityValidator validator)
-