|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.sasl.AuthInfoProviderFactory
The concrete SASL authentication information provider factory.
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 |
public AuthInfoProviderFactory()
Method Detail |
public IAuthInfoProvider getInstance(java.lang.String mechanism)
IAuthInfoProviderFactory
IAuthInfoProvider
requests.
getInstance
in interface IAuthInfoProviderFactory
mechanism
- the unique name of a mechanism.
IAuthInfoProvider
for that mechanism
or null
if none found.
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |