@ThreadSafe public class AuthDiffMessage extends Object
Authenticator
matches a DiffMessage
.HarvestCache
,
DiffMessage
Modifier and Type | Method and Description |
---|---|
String |
addressee()
Addressee of the message as email.
|
String |
author()
Sender of the message as verified email.
|
static AuthDiffMessage |
create(DiffMessage dmsg,
String author,
String addressee,
String selectand)
Create a DiffMessage from a Message and decorate it with
difference information.
|
DiffMessage |
diffMessage() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
selectand()
This is the selectand of a difference.
|
String |
toString()
Return DiffMessage contents as well as author, addressee and
selectand.
|
public DiffMessage diffMessage()
public String selectand()
public static AuthDiffMessage create(DiffMessage dmsg, String author, String addressee, String selectand)
dmsg
- author
- addressee
- selectand
- public String toString()