public interface PolicyVerificationResult
Policy
result.Modifier and Type | Method and Description |
---|---|
VerificationErrorCode |
getErrorCode()
Returns error code when verification failed.
|
Exception |
getException()
Returns an exception that occurred during the policy execution while fetching a resource (e.g extender,
publications file).
|
Policy |
getPolicy()
Returns the policy used to get this result
|
VerificationResultCode |
getPolicyStatus()
Returns the verification process status.
|
Map<Rule,RuleResult> |
getRuleResults()
Returns a map of rule and rule results.
|
Map<Rule,RuleResult> getRuleResults()
VerificationResultCode getPolicyStatus()
Policy getPolicy()
VerificationErrorCode getErrorCode()
Exception getException()
Copyright © 2024 Guardtime. All rights reserved.