gnu.crypto.sasl

Class AuthInfoProviderFactory

Implemented Interfaces:
IAuthInfoProviderFactory

public class AuthInfoProviderFactory
extends java.lang.Object
implements IAuthInfoProviderFactory

The concrete SASL authentication information provider factory.

Version:
$Revision: 1.1 $

Method Summary

IAuthInfoProvider
getInstance(String mechanism)
Returns an implementation of a provider for a designated mechanism capable of honouring IAuthInfoProvider requests.

Method Details

getInstance

public IAuthInfoProvider getInstance(String mechanism)
Returns an implementation of a provider for a designated mechanism capable of honouring IAuthInfoProvider requests.
Specified by:
getInstance in interface IAuthInfoProviderFactory

Parameters:
mechanism - the unique name of a mechanism.

Returns:
an implementation of IAuthInfoProvider for that mechanism or null if none found.


Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.