public class JWTOAuthRequest extends AbstractOAuthTokenRequest
Constructor and Description |
---|
JWTOAuthRequest(HttpServletRequest request)
Create a JWT OAuth Token request from a given HttpSerlvetRequest
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssertion() |
getCode, getGrantType, getPassword, getRefreshToken, getUsername
getClientId, getClientSecret, getParam, getRedirectURI, getScopes, isClientAuthHeaderUsed
public JWTOAuthRequest(HttpServletRequest request) throws OAuthSystemException, OAuthProblemException
request
- the httpservletrequest that is validated and transformed into the JWT OAuth Token RequestOAuthSystemException
- if an unexpected exception was thrownOAuthProblemException
- if the request was not a valid Token request this exception is thrown.Copyright © 2010 - 2020 Adobe. All Rights Reserved