public class OAuthProviderAuthHandler extends OAuthAuthHandler implements ProviderAuthHandler
| Constructor and Description |
|---|
OAuthProviderAuthHandler(AbstractOAuthCredentialMapper credentialMapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
verifyRequest(javax.servlet.http.HttpServletRequest request)
Verifies the request for auth.
|
getOAuthCredentialMappergetCredentialMapperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCredentialMapperpublic OAuthProviderAuthHandler(AbstractOAuthCredentialMapper credentialMapper)
public boolean verifyRequest(javax.servlet.http.HttpServletRequest request)
throws MiniAuthException,
IOException
verifyRequest in interface ProviderAuthHandlerrequest - the servlet request object.MiniAuthExceptionIOExceptionCopyright © 2013. All rights reserved.