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 CIBARequest
CibaRequestService. 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 void
CibaRequestService. removeCibaRequest(CIBARequest cibaRequest)
Removes a CibaRequest object from the database.void
CibaRequestService. updateStatus(CIBARequest cibaRequest, CibaRequestStatus authorizationStatus)
Change the status field in database for a specific request.
-