For the latest news and information visit The GNU Crypto project | ||
Prev Class | Next Class | Frames | No Frames | |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.crypto.sasl.AuthInfoProviderFactory
Method Summary | |
IAuthInfoProvider |
|
public IAuthInfoProvider getInstance(String mechanism)
Returns an implementation of a provider for a designated mechanism capable of honouringIAuthInfoProvider
requests.
- Specified by:
- getInstance in interface IAuthInfoProviderFactory
- Parameters:
mechanism
- the unique name of a mechanism.
- Returns:
- an implementation of
IAuthInfoProvider
for that mechanism ornull
if none found.