SASL (Simple Authentication and Security Layer)
In short, SASL specifies a challenge-response protocol in which data is exchanged between the client and the server for the purposes of authentication and (optional) establishment of a security layer on which to carry on subsequent communications (used ie with LDAP and IMAP).
See JSR-28
|