|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OAuthRequestVerifierFactory
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
OAuthRequestVerifier getInstance(javax.servlet.ServletRequest request)
OAuthRequestVerifier 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||