gnu.crypto.sasl
public class AuthInfo extends Object
gnu.crypto.sasl.auth.info.provider.pkgs
. If more than one is
specified they SHOULD be separated with a vertical bar character. Please note
that the GNU provider is always added last to the list, disregarding whether
it was mentioned or not in the value of that property, or if it that property
was not defined.
Version: $Revision: 1.3 $
Method Summary | |
---|---|
static IAuthInfoProvider | getProvider(String mechanism)
A convenience method to return the authentication information provider
for a designated SASL mechnanism. |
Parameters: mechanism the name of a SASL mechanism.
Returns: an implementation that provides IAuthInfoProvider for that
mechanism; or null
if none found.