public class AttestService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
AttestService() |
Modifier and Type | Method and Description |
---|---|
static java.util.HashMap<java.lang.Integer,java.lang.String> |
generatePcrsByAuditId(gov.niarl.hisAppraiser.hibernate.domain.AuditLog auditlog)
generate a hashMap of pcrs for a given auditlog.
|
static java.util.List<gov.niarl.hisAppraiser.hibernate.domain.AttestRequest> |
getRequestsByReqId(java.lang.String requestId)
get requests by specific requestId
|
static RespSyncBean |
getRespSyncResult(java.lang.String requestId)
get synchronous result for a given requestId.
|
static boolean |
isAllAttested(java.lang.String requestId)
decide whether all hosts has attested for a given requestId.
|
static boolean |
ISV_Autherntication_module()
authentication
|
static gov.niarl.hisAppraiser.hibernate.domain.AttestRequest |
loadRequest(java.lang.Long id)
get newest request by id.
|
public static java.util.HashMap<java.lang.Integer,java.lang.String> generatePcrsByAuditId(gov.niarl.hisAppraiser.hibernate.domain.AuditLog auditlog)
auditlog
- of interestpublic static boolean isAllAttested(java.lang.String requestId)
requestId
- of interestpublic static RespSyncBean getRespSyncResult(java.lang.String requestId)
requestId
- public static java.util.List<gov.niarl.hisAppraiser.hibernate.domain.AttestRequest> getRequestsByReqId(java.lang.String requestId)
requestId
- public static gov.niarl.hisAppraiser.hibernate.domain.AttestRequest loadRequest(java.lang.Long id)
id
- public static boolean ISV_Autherntication_module()
authblob
-