gnu.crypto.sasl
Interface IAuthInfoProviderFactory
- AuthInfoProviderFactory
public interface IAuthInfoProviderFactory
The visible method of every authentication information provider factory.
Version:
getInstance
public IAuthInfoProvider getInstance(String mechanism)
Returns an implementation of a provider for a designated mechanism
capable of honouring
IAuthInfoProvider
requests.
mechanism
- the unique name of a mechanism.
- an implementation of
IAuthInfoProvider
for that mechanism
or null
if none found.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.