public class OAuthRequestVerifierFactoryImpl extends Object implements OAuthRequestVerifierFactory
| Constructor and Description |
|---|
OAuthRequestVerifierFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
OAuthRequestVerifier |
getInstance(javax.servlet.ServletRequest request)
Gets an instance of an
OAuthRequestVerifier object that records whether or not the request that is currently
being processed has been successfully processed by the OAuth filter. |
public OAuthRequestVerifier getInstance(javax.servlet.ServletRequest request)
OAuthRequestVerifierFactoryOAuthRequestVerifier object 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.getInstance in interface OAuthRequestVerifierFactoryrequest - ignored for default ThreadLocal implementationCopyright © 2019 Atlassian. All rights reserved.