Class OAuthMatcher
- java.lang.Object
-
- de.hybris.platform.odata2webservices.matchers.AbstractIntegrationObjectRequestMatcher
-
- de.hybris.platform.odata2webservices.matchers.OAuthMatcher
-
- All Implemented Interfaces:
org.springframework.security.web.util.matcher.RequestMatcher
public class OAuthMatcher extends AbstractIntegrationObjectRequestMatcher
Matcher to determine if OAuth Authentication should apply to a request
-
-
Constructor Summary
Constructors Constructor Description OAuthMatcher(IntegrationObjectService integrationObjectService, ServiceNameExtractor serviceNameExtractor, FlexibleSearchService flexibleSearchService)
-
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
-
OAuthMatcher
public OAuthMatcher(IntegrationObjectService integrationObjectService, ServiceNameExtractor serviceNameExtractor, FlexibleSearchService flexibleSearchService)
-
-
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.
-
-