public class OAuthAuthorizationHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static MXLogger |
OSLCLOGGER |
| Constructor and Description |
|---|
OAuthAuthorizationHandler() |
| Modifier and Type | Method and Description |
|---|---|
static net.oauth.OAuthAccessor |
authorize(java.lang.String providerName,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static void |
handleException(net.oauth.OAuthException e,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
net.oauth.OAuthConsumer consumer) |
static void |
handleException(net.oauth.OAuthException e,
java.lang.String providerName,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public static final MXLogger OSLCLOGGER
public static net.oauth.OAuthAccessor authorize(java.lang.String providerName,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic static void handleException(net.oauth.OAuthException e,
java.lang.String providerName,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionpublic static void handleException(net.oauth.OAuthException e,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
net.oauth.OAuthConsumer consumer)
throws MXException
MXException