Uses of Class
io.jans.as.server.model.authorize.JwtAuthorizationRequest
- 
Packages that use JwtAuthorizationRequest Package Description io.jans.as.server.authorize.ws.rs io.jans.as.server.model.authorize io.jans.as.server.model.common io.jans.as.server.service  - 
- 
Uses of JwtAuthorizationRequest in io.jans.as.server.authorize.ws.rs
Methods in io.jans.as.server.authorize.ws.rs with parameters of type JwtAuthorizationRequest Modifier and Type Method Description voidAuthorizeRestWebServiceValidator. validateCibaRequestObject(JwtAuthorizationRequest jwtRequest, java.lang.String clientId)Validates expiration, audience and scopes in the JWT request.voidAuthorizeRestWebServiceValidator. validateRequestObject(JwtAuthorizationRequest jwtRequest, RedirectUriResponse redirectUriResponse) - 
Uses of JwtAuthorizationRequest in io.jans.as.server.model.authorize
Methods in io.jans.as.server.model.authorize that return JwtAuthorizationRequest Modifier and Type Method Description static JwtAuthorizationRequestJwtAuthorizationRequest. createJwtRequest(java.lang.String request, java.lang.String requestUri, io.jans.as.common.model.registration.Client client, RedirectUriResponse redirectUriResponse, io.jans.as.model.crypto.AbstractCryptoProvider cryptoProvider, io.jans.as.model.configuration.AppConfiguration appConfiguration) - 
Uses of JwtAuthorizationRequest in io.jans.as.server.model.common
Methods in io.jans.as.server.model.common that return JwtAuthorizationRequest Modifier and Type Method Description JwtAuthorizationRequestAbstractAuthorizationGrant. getJwtAuthorizationRequest()JwtAuthorizationRequestIAuthorizationGrant. getJwtAuthorizationRequest()JwtAuthorizationRequestUnmodifiableAuthorizationGrant. getJwtAuthorizationRequest()Methods in io.jans.as.server.model.common with parameters of type JwtAuthorizationRequest Modifier and Type Method Description voidAbstractAuthorizationGrant. setJwtAuthorizationRequest(JwtAuthorizationRequest jwtAuthorizationRequest)voidIAuthorizationGrant. setJwtAuthorizationRequest(JwtAuthorizationRequest jwtAuthorizationRequest)voidUnmodifiableAuthorizationGrant. setJwtAuthorizationRequest(JwtAuthorizationRequest jwtAuthorizationRequest) - 
Uses of JwtAuthorizationRequest in io.jans.as.server.service
Methods in io.jans.as.server.service with parameters of type JwtAuthorizationRequest Modifier and Type Method Description voidRequestParameterService. getCustomParameters(JwtAuthorizationRequest jwtRequest, java.util.Map<java.lang.String,java.lang.String> customParameters)Process a JWT Request instance and update Custom Parameters according to custom parameters sent. 
 -