org.apache.cxf.rs.security.oauth.services
Class AuthorizationRequestHandler
java.lang.Object
  
org.apache.cxf.rs.security.oauth.services.AuthorizationRequestHandler
public class AuthorizationRequestHandler
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AuthorizationRequestHandler
public AuthorizationRequestHandler()
handle
public javax.ws.rs.core.Response handle(MessageContext mc,
                                        OAuthDataProvider dataProvider)
 
getCallbackValue
protected String getCallbackValue(RequestToken token)
                           throws net.oauth.OAuthProblemException
- Throws:
 net.oauth.OAuthProblemException
 
addAdditionalParams
protected OAuthAuthorizationData addAdditionalParams(OAuthAuthorizationData secData,
                                                     OAuthDataProvider dataProvider,
                                                     RequestToken token)
                                              throws net.oauth.OAuthProblemException
- Throws:
 net.oauth.OAuthProblemException
 
Apache CXF