Re: [Beepcore-java-users] TuningProfile
Status: Beta
Brought to you by:
huston
From: Huston <hu...@us...> - 2003-05-29 15:46:17
|
On Thu, 2003-05-29 at 08:45, Paul Andrews wrote: > I'm writing a SASL/DIGESTMD5 tuning profile and am trying to work out > how TuningProfile is supposed to be used. It has a bunch of methods > (begin, complete and abort) that none of the exisitng tuning profiles > actually use - in fact SASLAnonymousProfile says it uses them, but it > doesn't. > > TuningProfile also has an implementation of startChannel - am I > supposed to call that from my own implementation? begin, complete, abort, and startChannel are for profiles which need to do a tuning reset, typically profiles providing session level encryption will use this (e.g. TLS). TuningProfile also provides methods for setting credentials for profiles perfoming authentication. --Huston |