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
Matcher to determine if Basic Authentication should apply to a request
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.security.web.util.matcher.RequestMatcher
org.springframework.security.web.util.matcher.RequestMatcher.MatchResult -
Constructor Summary
ConstructorsConstructorDescriptionBasicAuthMatcher(IntegrationObjectService integrationObjectService, ServiceNameExtractor serviceNameExtractor, FlexibleSearchService flexibleSearchService, InboundServicesConfiguration inboundServicesConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected AuthorizationPrefixRetrieves the authorization prefix from the matcher.protected booleanMethods inherited from class de.hybris.platform.odata2webservices.matchers.AbstractIntegrationObjectRequestMatcher
matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.web.util.matcher.RequestMatcher
matcher
-
Constructor Details
-
BasicAuthMatcher
public BasicAuthMatcher(IntegrationObjectService integrationObjectService, ServiceNameExtractor serviceNameExtractor, FlexibleSearchService flexibleSearchService, InboundServicesConfiguration inboundServicesConfiguration)
-
-
Method Details
-
matchesSecurityLegacyMode
protected boolean matchesSecurityLegacyMode()- Specified by:
matchesSecurityLegacyModein classAbstractIntegrationObjectRequestMatcher
-
getAuthorizationPrefix
Description copied from class:AbstractIntegrationObjectRequestMatcherRetrieves the authorization prefix from the matcher.- Specified by:
getAuthorizationPrefixin classAbstractIntegrationObjectRequestMatcher- Returns:
- the matcher's authorization header value.
-