gnu.crypto.sasl
public interface IAuthInfoProviderFactory
Version: $Revision: 1.2 $
Method Summary | |
---|---|
IAuthInfoProvider | getInstance(String mechanism)
Returns an implementation of a provider for a designated mechanism
capable of honouring IAuthInfoProvider requests.
|
Parameters: mechanism the unique name of a mechanism.
Returns: an implementation of IAuthInfoProvider for that mechanism
or null
if none found.