Uses of Interface
de.hybris.platform.webservicescommons.api.restrictions.strategies.EndpointIdentificationStrategy
-
-
Uses of EndpointIdentificationStrategy in de.hybris.platform.webservicescommons.api.restrictions.services.impl
Methods in de.hybris.platform.webservicescommons.api.restrictions.services.impl that return types with arguments of type EndpointIdentificationStrategy Modifier and Type Method Description protected java.util.List<EndpointIdentificationStrategy>ListableEndpointRestrictionsService. getEndpointIdentificationStrategies()Constructor parameters in de.hybris.platform.webservicescommons.api.restrictions.services.impl with type arguments of type EndpointIdentificationStrategy Constructor Description ListableEndpointRestrictionsService(EndpointRestrictionsConfigStrategy endpointRestrictionsConfigStrategy, java.util.List<EndpointIdentificationStrategy> endpointIdentificationStrategies)Service constructor -
Uses of EndpointIdentificationStrategy in de.hybris.platform.webservicescommons.api.restrictions.strategies.impl
Classes in de.hybris.platform.webservicescommons.api.restrictions.strategies.impl that implement EndpointIdentificationStrategy Modifier and Type Class Description classOperationIdIdentificationStrategyImplementation ofEndpointIdentificationStrategythat uses information in the endpoint's context to determine an endpoint ID.
-