Uses of Class
io.jans.as.server.model.ldap.CIBARequest
-
Packages that use CIBARequest Package Description io.jans.as.server.service.ciba -
-
Uses of CIBARequest in io.jans.as.server.service.ciba
Methods in io.jans.as.server.service.ciba that return CIBARequest Modifier and Type Method Description CIBARequestCibaRequestService. load(String authReqId)Load a CIBARequest entry from database.Methods in io.jans.as.server.service.ciba that return types with arguments of type CIBARequest Modifier and Type Method Description List<CIBARequest>CibaRequestService. loadExpiredByStatus(CibaRequestStatus authorizationStatus, int maxRequestsToGet)Generates a list of requests that are expired and also filter them using a Status.Methods in io.jans.as.server.service.ciba with parameters of type CIBARequest Modifier and Type Method Description voidCibaRequestService. removeCibaRequest(CIBARequest cibaRequest)Removes a CibaRequest object from the database.voidCibaRequestService. updateStatus(CIBARequest cibaRequest, CibaRequestStatus authorizationStatus)Change the status field in database for a specific request.
-