final class JustifiedSecStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
edeReason |
(package private) java.lang.String |
reason |
(package private) SecurityStatus |
status |
Constructor and Description |
---|
JustifiedSecStatus(SecurityStatus status,
int edeReason,
java.lang.String reason)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
applyToResponse(SMessage response)
Applies this security status to a response message.
|
SecurityStatus status
int edeReason
java.lang.String reason
JustifiedSecStatus(SecurityStatus status, int edeReason, java.lang.String reason)
status
- The security status.reason
- The reason why the status was determined.void applyToResponse(SMessage response)
response
- The response to which to apply this status.