public class JWTOAuthRequest
extends org.apache.oltu.oauth2.as.request.AbstractOAuthTokenRequest
| Constructor and Description |
|---|
JWTOAuthRequest(javax.servlet.http.HttpServletRequest request)
Create a JWT OAuth Token request from a given HttpSerlvetRequest
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAssertion() |
protected org.apache.oltu.oauth2.common.validators.OAuthValidator<javax.servlet.http.HttpServletRequest> |
initValidator() |
getCode, getGrantType, getPassword, getRefreshToken, getUsernamepublic JWTOAuthRequest(javax.servlet.http.HttpServletRequest request)
throws org.apache.oltu.oauth2.common.exception.OAuthSystemException,
org.apache.oltu.oauth2.common.exception.OAuthProblemException
request - the httpservletrequest that is validated and transformed into the JWT OAuth Token Requestorg.apache.oltu.oauth2.common.exception.OAuthSystemException - if an unexpected exception was thrownorg.apache.oltu.oauth2.common.exception.OAuthProblemException - if the request was not a valid Token request this exception is thrown.protected 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 org.apache.oltu.oauth2.as.request.AbstractOAuthTokenRequestorg.apache.oltu.oauth2.common.exception.OAuthProblemExceptionorg.apache.oltu.oauth2.common.exception.OAuthSystemExceptionpublic String getAssertion()
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.