public abstract class AbstractOAuthTokenRequest extends OAuthRequest
request, validator, validators| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOAuthTokenRequest(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getGrantType() |
String |
getPassword() |
String |
getRefreshToken() |
String |
getUsername() |
protected org.apache.oltu.oauth2.common.validators.OAuthValidator<javax.servlet.http.HttpServletRequest> |
initValidator() |
getClientId, getClientSecret, getParam, getRedirectURI, getScopes, isClientAuthHeaderUsed, validateprotected AbstractOAuthTokenRequest(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 getPassword()
public String getUsername()
public String getRefreshToken()
public String getCode()
public String getGrantType()
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.