Uses of Class
io.jans.as.server.model.common.CibaRequestCacheControl
Packages that use CibaRequestCacheControl
-
Uses of CibaRequestCacheControl in io.jans.as.server.model.common
Methods in io.jans.as.server.model.common with parameters of type CibaRequestCacheControlModifier and TypeMethodDescriptionAuthorizationGrantList.createCIBAGrant(CibaRequestCacheControl request) IAuthorizationGrantList.createCIBAGrant(CibaRequestCacheControl request) voidCIBAGrant.init(CibaRequestCacheControl cibaRequest) -
Uses of CibaRequestCacheControl in io.jans.as.server.service.ciba
Methods in io.jans.as.server.service.ciba that return CibaRequestCacheControlModifier and TypeMethodDescriptionCibaRequestService.getCibaRequest(String authReqId) Get a CibaRequestCacheControl object from Cache service.Methods in io.jans.as.server.service.ciba with parameters of type CibaRequestCacheControlModifier and TypeMethodDescriptionvoidCibaRequestService.persistRequest(CibaRequestCacheControl request, int expiresIn) Uses request data and expiration sent by the client and save request data in database.voidCibaRequestService.save(CibaRequestCacheControl request, int expiresIn) Register a new CibaRequestCacheControl instance in Cache and in the database.voidCibaRequestService.update(CibaRequestCacheControl request) Put in cache a CibaRequestCacheControl object, it uses same expiration time that it has.