net.smartam.leeloo.as.request
Class OAuthTokenRequest
java.lang.Object
net.smartam.leeloo.as.request.OAuthRequest
net.smartam.leeloo.as.request.OAuthTokenRequest
public class OAuthTokenRequest
- extends OAuthRequest
- Author:
- Maciej Machulak, Lukasz Moren
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 initValidator()
throws OAuthProblemException,
OAuthSystemException
- Specified by:
initValidator
in class OAuthRequest
- Throws:
OAuthProblemException
OAuthSystemException
getPassword
public String getPassword()
getUsername
public String getUsername()
getAssertion
public String getAssertion()
getAssertionType
public String getAssertionType()
getCode
public String getCode()
getGrantType
public String getGrantType()
Copyright © 2010. All Rights Reserved.