This project has retired. For details please refer to its
Attic page.
OAuthTokenRequest (Apache Oltu: OAuth 2.0 Implementation - Authorization Server 0.31-incubating-SNAPSHOT API)
org.apache.amber.oauth2.as.request
Class OAuthTokenRequest
java.lang.Object
org.apache.amber.oauth2.as.request.OAuthRequest
org.apache.amber.oauth2.as.request.OAuthTokenRequest
public class OAuthTokenRequest
- extends OAuthRequest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthTokenRequest
public OAuthTokenRequest(javax.servlet.http.HttpServletRequest request)
throws OAuthSystemException,
OAuthProblemException
- Throws:
OAuthSystemException
OAuthProblemException
initValidator
protected OAuthValidator<javax.servlet.http.HttpServletRequest> initValidator()
throws OAuthProblemException,
OAuthSystemException
- Specified by:
initValidator
in class OAuthRequest
- Throws:
OAuthProblemException
OAuthSystemException
getPassword
public String getPassword()
getUsername
public String getUsername()
getRefreshToken
public String getRefreshToken()
getCode
public String getCode()
getGrantType
public String getGrantType()
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.