Uses of Interface
de.hybris.platform.webservicescommons.api.restrictions.services.EndpointRestrictionsService
-
-
Uses of EndpointRestrictionsService in de.hybris.platform.webservicescommons.api.restrictions.interceptor
Methods in de.hybris.platform.webservicescommons.api.restrictions.interceptor that return EndpointRestrictionsService Modifier and Type Method Description protected EndpointRestrictionsServiceBaseEndpointRestrictionsInterceptor. getEndpointRestrictionsService()Constructors in de.hybris.platform.webservicescommons.api.restrictions.interceptor with parameters of type EndpointRestrictionsService Constructor Description BaseEndpointRestrictionsInterceptor(java.lang.String specificConfigPrefix, EndpointRestrictionsService endpointRestrictionsService)Interceptor constructorBaseEndpointRestrictionsInterceptor(java.lang.String specificConfigPrefix, EndpointRestrictionsService endpointRestrictionsService, int errorStatus)Interceptor constructor -
Uses of EndpointRestrictionsService in de.hybris.platform.webservicescommons.api.restrictions.services.impl
Classes in de.hybris.platform.webservicescommons.api.restrictions.services.impl that implement EndpointRestrictionsService Modifier and Type Class Description classListableEndpointRestrictionsServiceImplementation of theEndpointRestrictionsServiceservice used for restricting REST controller endpoints.
-