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 void
AuthorizeRestWebServiceValidator. validateCibaRequestObject(JwtAuthorizationRequest jwtRequest, java.lang.String clientId)
Validates expiration, audience and scopes in the JWT request.void
AuthorizeRestWebServiceValidator. 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 JwtAuthorizationRequest
JwtAuthorizationRequest. 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 JwtAuthorizationRequest
AbstractAuthorizationGrant. getJwtAuthorizationRequest()
JwtAuthorizationRequest
IAuthorizationGrant. getJwtAuthorizationRequest()
JwtAuthorizationRequest
UnmodifiableAuthorizationGrant. getJwtAuthorizationRequest()
Methods in io.jans.as.server.model.common with parameters of type JwtAuthorizationRequest Modifier and Type Method Description void
AbstractAuthorizationGrant. setJwtAuthorizationRequest(JwtAuthorizationRequest jwtAuthorizationRequest)
void
IAuthorizationGrant. setJwtAuthorizationRequest(JwtAuthorizationRequest jwtAuthorizationRequest)
void
UnmodifiableAuthorizationGrant. 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 void
RequestParameterService. 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.
-