For the latest news and information visit
The GNU Crypto project

gnu.crypto.sasl
Class AuthInfoProviderFactory

java.lang.Object
  extended bygnu.crypto.sasl.AuthInfoProviderFactory
All Implemented Interfaces:
IAuthInfoProviderFactory

public class AuthInfoProviderFactory
extends java.lang.Object
implements IAuthInfoProviderFactory

The concrete SASL authentication information provider factory.

Version:
$Revision: 1.2 $

Constructor Summary
AuthInfoProviderFactory()
           
 
Method Summary
 IAuthInfoProvider getInstance(java.lang.String mechanism)
          Returns an implementation of a provider for a designated mechanism capable of honouring IAuthInfoProvider requests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthInfoProviderFactory

public AuthInfoProviderFactory()
Method Detail

getInstance

public IAuthInfoProvider getInstance(java.lang.String mechanism)
Description copied from interface: IAuthInfoProviderFactory
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.

For the latest news and information visit
The GNU Crypto project

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