Class BasicAuthMatcher
- java.lang.Object
-
- de.hybris.platform.odata2webservices.matchers.AbstractIntegrationObjectRequestMatcher
-
- de.hybris.platform.odata2webservices.matchers.BasicAuthMatcher
-
- All Implemented Interfaces:
org.springframework.security.web.util.matcher.RequestMatcher
public class BasicAuthMatcher extends AbstractIntegrationObjectRequestMatcher
Matcher to determine if Basic Authentication should apply to a request
-
-
Constructor Summary
Constructors Constructor Description BasicAuthMatcher(IntegrationObjectService integrationObjectService, ServiceNameExtractor serviceNameExtractor, FlexibleSearchService flexibleSearchService, InboundServicesConfiguration inboundServicesConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AuthorizationPrefixgetAuthorizationPrefix()Retrieves the authorization prefix from the matcher.protected booleanmatchesSecurityLegacyMode()-
Methods inherited from class de.hybris.platform.odata2webservices.matchers.AbstractIntegrationObjectRequestMatcher
matches
-
-
-
-
Constructor Detail
-
BasicAuthMatcher
public BasicAuthMatcher(IntegrationObjectService integrationObjectService, ServiceNameExtractor serviceNameExtractor, FlexibleSearchService flexibleSearchService, InboundServicesConfiguration inboundServicesConfiguration)
-
-
Method Detail
-
matchesSecurityLegacyMode
protected boolean matchesSecurityLegacyMode()
- Specified by:
matchesSecurityLegacyModein classAbstractIntegrationObjectRequestMatcher
-
getAuthorizationPrefix
protected AuthorizationPrefix getAuthorizationPrefix()
Description copied from class:AbstractIntegrationObjectRequestMatcherRetrieves the authorization prefix from the matcher.- Specified by:
getAuthorizationPrefixin classAbstractIntegrationObjectRequestMatcher- Returns:
- the matcher's authorization header value.
-
-