Package com.atlassian.sal.api.auth
Interface OAuthRequestVerifierFactory
public interface OAuthRequestVerifierFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetInstance(javax.servlet.ServletRequest request) Gets an instance of anOAuthRequestVerifierobject that records whether or not the request that is currently being processed has been successfully processed by the OAuth filter.
-
Method Details
-
getInstance
Gets an instance of anOAuthRequestVerifierobject that records whether or not the request that is currently being processed has been successfully processed by the OAuth filter. The default implementation of this in SAL ignores the ServletRequest that is passed in and stores and retrieves the value from a thread local.
-