public class OAuthAuthzRequest extends OAuthRequest
request, validator, validators| Constructor and Description |
|---|
OAuthAuthzRequest(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
getResponseType() |
String |
getState() |
protected org.apache.oltu.oauth2.common.validators.OAuthValidator<javax.servlet.http.HttpServletRequest> |
initValidator() |
getClientId, getClientSecret, getParam, getRedirectURI, getScopes, isClientAuthHeaderUsed, validatepublic OAuthAuthzRequest(javax.servlet.http.HttpServletRequest request)
throws org.apache.oltu.oauth2.common.exception.OAuthSystemException,
org.apache.oltu.oauth2.common.exception.OAuthProblemException
org.apache.oltu.oauth2.common.exception.OAuthSystemExceptionorg.apache.oltu.oauth2.common.exception.OAuthProblemExceptionprotected org.apache.oltu.oauth2.common.validators.OAuthValidator<javax.servlet.http.HttpServletRequest> initValidator()
throws org.apache.oltu.oauth2.common.exception.OAuthProblemException,
org.apache.oltu.oauth2.common.exception.OAuthSystemException
initValidator in class OAuthRequestorg.apache.oltu.oauth2.common.exception.OAuthProblemExceptionorg.apache.oltu.oauth2.common.exception.OAuthSystemExceptionpublic String getState()
public String getResponseType()
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.